Changes in directory llvm/lib/Target/Alpha:

AlphaISelLowering.cpp updated: 1.31 -> 1.32
---
Log message:

oops

---
Diffs of the changes:  (+1 -1)

 AlphaISelLowering.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Target/Alpha/AlphaISelLowering.cpp
diff -u llvm/lib/Target/Alpha/AlphaISelLowering.cpp:1.31 
llvm/lib/Target/Alpha/AlphaISelLowering.cpp:1.32
--- llvm/lib/Target/Alpha/AlphaISelLowering.cpp:1.31    Wed Jan 25 16:28:07 2006
+++ llvm/lib/Target/Alpha/AlphaISelLowering.cpp Wed Jan 25 17:33:32 2006
@@ -138,7 +138,7 @@
   setOperationAction(ISD::ExternalSymbol, MVT::i64, Custom);
 
   setOperationAction(ISD::VASTART, MVT::Other, Custom);
-  setOperationAction(ISD::VAEND,   MVT::Other, Custom);
+  setOperationAction(ISD::VAEND,   MVT::Other, Expand);
   setOperationAction(ISD::VACOPY,  MVT::Other, Custom);
   setOperationAction(ISD::VAARG,   MVT::Other, Custom);
 



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to