[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaISelPattern.cpp
Andrew Lenharth
alenhar2 at cs.uiuc.edu
Wed Jun 29 06:35:17 PDT 2005
Changes in directory llvm/lib/Target/Alpha:
AlphaISelPattern.cpp updated: 1.140 -> 1.141
---
Log message:
thinko
---
Diffs of the changes: (+1 -0)
AlphaISelPattern.cpp | 1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/Target/Alpha/AlphaISelPattern.cpp
diff -u llvm/lib/Target/Alpha/AlphaISelPattern.cpp:1.140 llvm/lib/Target/Alpha/AlphaISelPattern.cpp:1.141
--- llvm/lib/Target/Alpha/AlphaISelPattern.cpp:1.140 Wed Jun 29 07:49:51 2005
+++ llvm/lib/Target/Alpha/AlphaISelPattern.cpp Wed Jun 29 08:35:05 2005
@@ -1819,6 +1819,7 @@
Tmp2 = SelectExpr(N.getOperand(1));
BuildMI(BB, DestType == MVT::f64 ? Alpha::DIVT : Alpha::DIVS, 2, Result)
.addReg(Tmp1).addReg(Tmp2);
+ return Result;
} else {
ConstantSDNode* CSD;
//check if we can convert into a shift!
More information about the llvm-commits
mailing list