mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-29 14:20:29 +00:00
Add support for GCC 2.96
llvm-svn: 3777
This commit is contained in:
parent
ccf0fe57bc
commit
7c1b7e5889
@ -472,8 +472,8 @@ FixConstantOperandsForInstr(Instruction* vmInstr,
|
||||
{
|
||||
constantThatMustBeLoaded = true;
|
||||
opValue = isSigned
|
||||
? ConstantSInt::get(Type::LongTy, immedValue)
|
||||
: ConstantUInt::get(Type::ULongTy, (uint64_t) immedValue);
|
||||
? (Value*)ConstantSInt::get(Type::LongTy, immedValue)
|
||||
: (Value*)ConstantUInt::get(Type::ULongTy,(uint64_t)immedValue);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user