[llvm-commits] [llvm] r72797 - /llvm/trunk/lib/Target/PIC16/PIC16ISelLowering.cpp
Bill Wendling
isanbard at gmail.com
Wed Jun 3 15:21:53 PDT 2009
On Wed, Jun 3, 2009 at 12:07 PM, Mike Stump <mrs at apple.com> wrote:
> 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();
>
Hi Mike,
If it's not used, please delete the line instead of commenting it out.
Thanks!
-bw
More information about the llvm-commits
mailing list