[llvm-commits] [llvm] r72797 - /llvm/trunk/lib/Target/PIC16/PIC16ISelLowering.cpp
Mike Stump
mrs at apple.com
Wed Jun 3 12:07:46 PDT 2009
Author: mrs
Date: Wed Jun 3 14:07:46 2009
New Revision: 72797
URL: http://llvm.org/viewvc/llvm-project?rev=72797&view=rev
Log:
Make the buildbot see green (to make it easier to spot the next person
that puts a new warning in).
Modified:
llvm/trunk/lib/Target/PIC16/PIC16ISelLowering.cpp
Modified: llvm/trunk/lib/Target/PIC16/PIC16ISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/PIC16/PIC16ISelLowering.cpp?rev=72797&r1=72796&r2=72797&view=diff
==============================================================================
--- llvm/trunk/lib/Target/PIC16/PIC16ISelLowering.cpp (original)
+++ llvm/trunk/lib/Target/PIC16/PIC16ISelLowering.cpp Wed Jun 3 14:07:46 2009
@@ -354,7 +354,8 @@
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
More information about the llvm-commits
mailing list