Displaying 1 result from an estimated 1 matches for "50c883c9".
2011 Jul 06
0
[LLVMdev] MCInstPrinter::printRegName
...nst {
OS << getRegisterName(RegNo);
}
This will result in code like this
.cfi_offset RA, -4
, instead of something like this:
.cfi_offset 31, -4
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110706/50c883c9/attachment.html>