mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-03 02:31:26 +00:00
Fix build error.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113566 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
db12b2ba9c
commit
920a2089d9
@ -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…
x
Reference in New Issue
Block a user