[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaISelPattern.cpp
Andrew Lenharth
alenhar2 at cs.uiuc.edu
Thu Apr 7 06:56:09 PDT 2005
Changes in directory llvm/lib/Target/Alpha:
AlphaISelPattern.cpp updated: 1.84 -> 1.85
---
Log message:
Yea, it wasn't happy
---
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.84 llvm/lib/Target/Alpha/AlphaISelPattern.cpp:1.85
--- llvm/lib/Target/Alpha/AlphaISelPattern.cpp:1.84 Wed Apr 6 17:09:40 2005
+++ llvm/lib/Target/Alpha/AlphaISelPattern.cpp Thu Apr 7 08:55:53 2005
@@ -1136,6 +1136,7 @@
Tmp1 = SelectExpr(N.getOperand(0));
Tmp2 = SelectExpr(N.getOperand(1));
BuildMI(BB, Alpha::UMULH, 2, Result).addReg(Tmp1).addReg(Tmp2);
+ return Result;
case ISD::MULHS:
{
//MULHU - Ra<63>*Rb - Rb<63>*Ra
More information about the llvm-commits
mailing list