forked from OSchip/llvm-project
Make the buildbot see green (to make it easier to spot the next person
that puts a new warning in). llvm-svn: 72797
This commit is contained in:
parent
4c49bb95f8
commit
25bbcc67fa
|
|
@ -354,7 +354,8 @@ SDValue PIC16TargetLowering::ExpandFrameIndex(SDNode *N, SelectionDAG &DAG) {
|
||||||
FrameIndexSDNode *FR = dyn_cast<FrameIndexSDNode>(SDValue(N,0));
|
FrameIndexSDNode *FR = dyn_cast<FrameIndexSDNode>(SDValue(N,0));
|
||||||
// FIXME there isn't really debug info here
|
// FIXME there isn't really debug info here
|
||||||
DebugLoc dl = FR->getDebugLoc();
|
DebugLoc dl = FR->getDebugLoc();
|
||||||
int Index = FR->getIndex();
|
// FIXME: Not used.
|
||||||
|
// int Index = FR->getIndex();
|
||||||
|
|
||||||
// Expand FrameIndex like GlobalAddress and ExternalSymbol
|
// Expand FrameIndex like GlobalAddress and ExternalSymbol
|
||||||
// Also use Offset field for lo and hi parts. The default
|
// Also use Offset field for lo and hi parts. The default
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue