mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-07 12:28:24 +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:
@@ -826,7 +826,7 @@ bool ARMFastISel::ARMSelectFPToSI(const Instruction *I) {
|
|||||||
|
|
||||||
EVT DstVT;
|
EVT DstVT;
|
||||||
const Type *RetTy = I->getType();
|
const Type *RetTy = I->getType();
|
||||||
if (!isTypeLegal(RetTy, VT))
|
if (!isTypeLegal(RetTy, DstVT))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
unsigned Op = getRegForValue(I->getOperand(0));
|
unsigned Op = getRegForValue(I->getOperand(0));
|
||||||
|
Reference in New Issue
Block a user