From: Andrew Lenharth Date: Wed, 25 Jan 2006 22:28:07 +0000 (+0000) Subject: forgot one X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=5f8f0e219dce9f3defd62a2f8f4c4c7f3e88e8c0;p=oota-llvm.git forgot one git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25620 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Alpha/AlphaISelLowering.cpp b/lib/Target/Alpha/AlphaISelLowering.cpp index 53e4e94a34e..9bc22bd6919 100644 --- a/lib/Target/Alpha/AlphaISelLowering.cpp +++ b/lib/Target/Alpha/AlphaISelLowering.cpp @@ -140,6 +140,7 @@ AlphaTargetLowering::AlphaTargetLowering(TargetMachine &TM) : TargetLowering(TM) 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);