summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2006-01-25 22:28:07 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2006-01-25 22:28:07 +0000
commit5f8f0e219dce9f3defd62a2f8f4c4c7f3e88e8c0 (patch)
tree3585bbcba7173a0c6938ba2b8b8ba5ec97379964 /lib
parent0e9c376761e2704d4a18dc9228d9e6fa7ddf307c (diff)
downloadllvm-5f8f0e219dce9f3defd62a2f8f4c4c7f3e88e8c0.tar.gz
llvm-5f8f0e219dce9f3defd62a2f8f4c4c7f3e88e8c0.tar.bz2
llvm-5f8f0e219dce9f3defd62a2f8f4c4c7f3e88e8c0.tar.xz
forgot one
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25620 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/Alpha/AlphaISelLowering.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/Alpha/AlphaISelLowering.cpp b/lib/Target/Alpha/AlphaISelLowering.cpp
index 53e4e94a34..9bc22bd691 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);