mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Fix build error.
llvm-svn: 113566
This commit is contained in:
parent
92506682eb
commit
54e138031e
@ -826,7 +826,7 @@ bool ARMFastISel::ARMSelectFPToSI(const Instruction *I) {
|
||||
|
||||
EVT DstVT;
|
||||
const Type *RetTy = I->getType();
|
||||
if (!isTypeLegal(RetTy, VT))
|
||||
if (!isTypeLegal(RetTy, DstVT))
|
||||
return false;
|
||||
|
||||
unsigned Op = getRegForValue(I->getOperand(0));
|
||||
|
Loading…
Reference in New Issue
Block a user