[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaISelPattern.cpp
Andrew Lenharth
alenhar2 at cs.uiuc.edu
Sat Feb 12 12:42:24 PST 2005
Changes in directory llvm/lib/Target/Alpha:
AlphaISelPattern.cpp updated: 1.50 -> 1.51
---
Log message:
oops, I was sure this had already gond though the nightly tester
---
Diffs of the changes: (+1 -1)
AlphaISelPattern.cpp | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/Alpha/AlphaISelPattern.cpp
diff -u llvm/lib/Target/Alpha/AlphaISelPattern.cpp:1.50 llvm/lib/Target/Alpha/AlphaISelPattern.cpp:1.51
--- llvm/lib/Target/Alpha/AlphaISelPattern.cpp:1.50 Sat Feb 12 13:35:12 2005
+++ llvm/lib/Target/Alpha/AlphaISelPattern.cpp Sat Feb 12 14:42:09 2005
@@ -959,7 +959,7 @@
case MVT::i1:
Tmp2 = MakeReg(MVT::i64);
BuildMI(BB, Alpha::ANDi, 2, Tmp2).addReg(Tmp1).addImm(1);
- BuildMI(BB, Alpha::SUB, 2, Result).addReg(Alpha::F31).addReg(Tmp2);
+ BuildMI(BB, Alpha::SUBQ, 2, Result).addReg(Alpha::F31).addReg(Tmp2);
break;
}
return Result;
More information about the llvm-commits
mailing list