projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdf7b5d
)
Unbreak build.
author
Evan Cheng
<evan.cheng@apple.com>
Mon, 25 Aug 2008 22:20:39 +0000
(22:20 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Mon, 25 Aug 2008 22:20:39 +0000
(22:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55342
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/SelectionDAG/FastISel.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SelectionDAG/FastISel.cpp
b/lib/CodeGen/SelectionDAG/FastISel.cpp
index c48a2f2c621782fc3288eb1e5d33fd1abbce1e6a..53e87d10f292f4740c5bd729f3df5b07e8a35d2d 100644
(file)
--- a/
lib/CodeGen/SelectionDAG/FastISel.cpp
+++ b/
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
+}