[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCCallingConv.td PPCFrameInfo.h PPCISelLowering.cpp PPCInstr64Bit.td PPCRegisterInfo.cpp PPCSubtarget.h
Lauro Ramos Venancio
lauro.venancio at gmail.com
Tue Apr 3 07:48:04 PDT 2007
> @@ -46,9 +46,9 @@
> if (isMacho)
> return LP64 ? 40 : 20;
>
> - // For ELF ABI:
> + // For ELF 32 ABI:
> // Save it right before the link register
> - return LP64 ? -8 : -4;
> + return -4;
> }
This function is unsigned and it is returning a negative value.
Lauro
More information about the llvm-commits
mailing list