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

Jeff Kunkel jdkunk3 at gmail.com
Sun Aug 29 05:47:20 PDT 2010


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"

Thanks,
Jeff Kunkel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100829/8c7b6def/attachment.html>


More information about the llvm-dev mailing list