oops
authorAndrew Lenharth <andrewl@lenharth.org>
Wed, 25 Jan 2006 23:33:32 +0000 (23:33 +0000)
committerAndrew Lenharth <andrewl@lenharth.org>
Wed, 25 Jan 2006 23:33:32 +0000 (23:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25623 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Alpha/AlphaISelLowering.cpp

index 9bc22bd6919845f8a5e15ef6f2eb53376fb7992b..d6b1bb314e1b50ec57a7b6557d46d39a7ee1b27a 100644 (file)
@@ -138,7 +138,7 @@ AlphaTargetLowering::AlphaTargetLowering(TargetMachine &TM) : TargetLowering(TM)
   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);