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

type.

llvm-svn: 35674
This commit is contained in:
Reid Spencer 2007-04-04 22:07:24 +00:00
parent 029ea7ee74
commit e9f516384d
1 changed files with 1 additions and 1 deletions

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.