From 2c067325d60ff9c2aa780d8412f24a0858202f5a Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Mon, 25 Aug 2008 22:20:39 +0000 Subject: Unbreak build. llvm-svn: 55342 --- llvm/lib/CodeGen/SelectionDAG/FastISel.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/lib') diff --git a/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp b/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp index c48a2f2c621..53e87d10f29 100644 --- a/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp @@ -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; -} \ No newline at end of file +} -- cgit v1.2.3