summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit25bbcc67fa9cb0f8f98e94054ca5530be799e3ed (patch)
treeb31a9440bc44b18337ad4db189ef051c91a27c26 /llvm/lib
parent4c49bb95f8a49db8fc3273bfba056a5ad1d24014 (diff)
downloadbcm5719-llvm-25bbcc67fa9cb0f8f98e94054ca5530be799e3ed.tar.gz
bcm5719-llvm-25bbcc67fa9cb0f8f98e94054ca5530be799e3ed.zip
Make the buildbot see green (to make it easier to spot the next person
that puts a new warning in). llvm-svn: 72797
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/PIC16/PIC16ISelLowering.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Target/PIC16/PIC16ISelLowering.cpp b/llvm/lib/Target/PIC16/PIC16ISelLowering.cpp
index 6f9c0664b7a..0f83fd2353a 100644
--- a/llvm/lib/Target/PIC16/PIC16ISelLowering.cpp
+++ b/llvm/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
OpenPOWER on IntegriCloud