Squelch a warning about mismatch between sign of constant and sign of return

type.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35674 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2007-04-04 22:07:24 +00:00
parent a6d3f1341d
commit 6733a1661a

View File

@ -48,7 +48,7 @@ public:
// For ELF 32 ABI:
// Save it right before the link register
return -4;
return -4U;
}
/// getLinkageSize - Return the size of the PowerPC ABI linkage area.