projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e9c376
)
forgot one
author
Andrew Lenharth
<andrewl@lenharth.org>
Wed, 25 Jan 2006 22:28:07 +0000
(22:28 +0000)
committer
Andrew Lenharth
<andrewl@lenharth.org>
Wed, 25 Jan 2006 22:28:07 +0000
(22:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25620
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/Alpha/AlphaISelLowering.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/Alpha/AlphaISelLowering.cpp
b/lib/Target/Alpha/AlphaISelLowering.cpp
index 53e4e94a34e771336232dd6bb8dccaa420f32f23..9bc22bd6919845f8a5e15ef6f2eb53376fb7992b 100644
(file)
--- 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);