summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-06-03 19:07:46 +0000
committerMike Stump <mrs@apple.com>2009-06-03 19:07:46 +0000
commit222858256f4a2e799fcaef9c90056ed537db56bc (patch)
treeb5cfa5806ac336f2ddeb384a5e2bfd824f40648e /lib
parentca8131ebac116e8a8ba1ba08317af4298ba102b7 (diff)
downloadllvm-222858256f4a2e799fcaef9c90056ed537db56bc.tar.gz
llvm-222858256f4a2e799fcaef9c90056ed537db56bc.tar.bz2
llvm-222858256f4a2e799fcaef9c90056ed537db56bc.tar.xz
Make the buildbot see green (to make it easier to spot the next person
that puts a new warning in). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72797 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/PIC16/PIC16ISelLowering.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Target/PIC16/PIC16ISelLowering.cpp b/lib/Target/PIC16/PIC16ISelLowering.cpp
index 6f9c0664b7..0f83fd2353 100644
--- a/lib/Target/PIC16/PIC16ISelLowering.cpp
+++ b/lib/Target/PIC16/PIC16ISelLowering.cpp
@@ -354,7 +354,8 @@ SDValue PIC16TargetLowering::ExpandFrameIndex(SDNode *N, SelectionDAG &DAG) {
FrameIndexSDNode *FR = dyn_cast<FrameIndexSDNode>(SDValue(N,0));
// FIXME there isn't really debug info here
DebugLoc dl = FR->getDebugLoc();
- int Index = FR->getIndex();
+ // FIXME: Not used.
+ // int Index = FR->getIndex();
// Expand FrameIndex like GlobalAddress and ExternalSymbol
// Also use Offset field for lo and hi parts. The default