forked from OSchip/llvm-project
Squelch a warning about mismatch between sign of constant and sign of return
type. llvm-svn: 35674
This commit is contained in:
parent
029ea7ee74
commit
e9f516384d
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue