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

Andrew Lenharth alenhar2 at cs.uiuc.edu
Wed Jan 25 14:28:19 PST 2006



Changes in directory llvm/lib/Target/Alpha:

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

forgot one

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

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


Index: llvm/lib/Target/Alpha/AlphaISelLowering.cpp
diff -u llvm/lib/Target/Alpha/AlphaISelLowering.cpp:1.30 llvm/lib/Target/Alpha/AlphaISelLowering.cpp:1.31
--- llvm/lib/Target/Alpha/AlphaISelLowering.cpp:1.30	Wed Jan 25 15:54:38 2006
+++ llvm/lib/Target/Alpha/AlphaISelLowering.cpp	Wed Jan 25 16:28:07 2006
@@ -140,6 +140,7 @@
   setOperationAction(ISD::VASTART, MVT::Other, Custom);
   setOperationAction(ISD::VAEND,   MVT::Other, Custom);
   setOperationAction(ISD::VACOPY,  MVT::Other, Custom);
+  setOperationAction(ISD::VAARG,   MVT::Other, Custom);
 
   setStackPointerRegisterToSaveRestore(Alpha::R30);
 






More information about the llvm-commits mailing list