[llvm-commits] [llvm] r111262 - in /llvm/trunk: include/llvm/Target/TargetRegisterInfo.h lib/CodeGen/LocalStackSlotAllocation.cpp lib/Target/ARM/ARMBaseRegisterInfo.cpp lib/Target/ARM/ARMBaseRegisterInfo.h

Jim Grosbach grosbach at apple.com
Tue Aug 17 13:22:25 PDT 2010


Quite right. Fixed.
-j

On Aug 17, 2010, at 12:09 PM, Anton Korobeynikov wrote:

> Hi Jim
> 
> On Tue, Aug 17, 2010 at 22:13, Jim Grosbach <grosbach at apple.com> wrote:
>> Author: grosbach
>> Date: Tue Aug 17 13:13:53 2010
>> New Revision: 111262
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=111262&view=rev
>> Log:
>> Add hook to examine an instruction referencing a frame index to determine
>> whether to allocate a virtual frame base register to resolve the frame
>> index reference in it. Implement a simple version for ARM to aid debugging.
> This causes warning on buildbot:
> /Users/buildslave-osuosl/llvm/llvm-gcc-x86_64-darwin10-selfhost/llvm.src/lib/CodeGen/LocalStackSlotAllocation.cpp:40:
> warning: 'NumBaseRegisters' defined but not used
> 
> -- 
> With best regards, Anton Korobeynikov
> Faculty of Mathematics and Mechanics, Saint Petersburg State University





More information about the llvm-commits mailing list