[LLVMdev] [Website] Error in the documentation on the website.

Jakob Stoklund Olesen stoklund at 2pi.dk
Tue Aug 31 15:02:18 PDT 2010


On Aug 29, 2010, at 5:47 AM, Jeff Kunkel wrote:

> On the page "http://llvm.org/docs/CodeGenerator.html#regAlloc_howTo" under the header "Register Allocation" and subheader "Mapping Virtual Registers to Physical Registers" the api reference
> 
> "TargetRegisterInfo::storeRegToStackSlot(...)" and "TargetRegisterInfo::loadRegFromStackSlot" 
> should be
> "TargetInstrInfo::storeRegToStackSlot(...)" and "TargetInstrInfo::loadRegFromStackSlot" 

So it should. Fixed in r112653. Thanks!






More information about the llvm-dev mailing list