mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-29 14:40:25 +00:00
Unbreak build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55342 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bdf7b5da47
commit
b41aec5476
@ -246,7 +246,7 @@ FastISel::SelectInstructions(BasicBlock::iterator Begin,
|
||||
return I;
|
||||
if (!TLI.isConvertLegal(SrcVT, DstVT))
|
||||
// Illegal conversion. Halt "fast" selection and bail.
|
||||
return I:
|
||||
return I;
|
||||
|
||||
// Otherwise, insert a register-to-register copy.
|
||||
TargetRegisterClass* SrcClass = TLI.getRegClassFor(SrcVT);
|
||||
@ -396,4 +396,4 @@ unsigned FastISel::FastEmitInst_i(unsigned MachineInstOpcode,
|
||||
|
||||
BuildMI(MBB, II, ResultReg).addImm(Imm);
|
||||
return ResultReg;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user