[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaISelPattern.cpp

Andrew Lenharth alenhar2 at cs.uiuc.edu
Thu Apr 7 13:11:49 PDT 2005



Changes in directory llvm/lib/Target/Alpha:

AlphaISelPattern.cpp updated: 1.88 -> 1.89
---
Log message:

Alpha zero extends setcc results

---
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.88 llvm/lib/Target/Alpha/AlphaISelPattern.cpp:1.89
--- llvm/lib/Target/Alpha/AlphaISelPattern.cpp:1.88	Thu Apr  7 13:15:28 2005
+++ llvm/lib/Target/Alpha/AlphaISelPattern.cpp	Thu Apr  7 15:11:32 2005
@@ -53,6 +53,7 @@
       //I am having problems with shr n ubyte 1
       setShiftAmountType(MVT::i64);
       setSetCCResultType(MVT::i64);
+      setSetCCResultContents(ZeroOrOneSetCCResult);
       
       addRegisterClass(MVT::i64, Alpha::GPRCRegisterClass);
       addRegisterClass(MVT::f64, Alpha::FPRCRegisterClass);






More information about the llvm-commits mailing list