summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2006-01-25 23:33:32 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2006-01-25 23:33:32 +0000
commit5c3dd5fafdd52ffe3c9a01deaa51aa18027f9be4 (patch)
tree02fe88487b9d87ac0381373127f8289ae6be729d /llvm/lib
parent4e27e8d71b4b9f6280a7489bf346b33b2bc68ba8 (diff)
downloadbcm5719-llvm-5c3dd5fafdd52ffe3c9a01deaa51aa18027f9be4.tar.gz
bcm5719-llvm-5c3dd5fafdd52ffe3c9a01deaa51aa18027f9be4.zip
oops
llvm-svn: 25623
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/Alpha/AlphaISelLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaISelLowering.cpp b/llvm/lib/Target/Alpha/AlphaISelLowering.cpp
index 9bc22bd6919..d6b1bb314e1 100644
--- a/llvm/lib/Target/Alpha/AlphaISelLowering.cpp
+++ b/llvm/lib/Target/Alpha/AlphaISelLowering.cpp
@@ -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);
OpenPOWER on IntegriCloud