summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Alpha/AlphaISelLowering.cpp
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2007-09-11 14:10:23 +0000
committerDuncan Sands <baldrick@free.fr>2007-09-11 14:10:23 +0000
commit86e01198225f9a84d2f783dd00a180823e5bda29 (patch)
tree1807b77223b877ec2f33ed0d6ee24c20ecaa7b6b /llvm/lib/Target/Alpha/AlphaISelLowering.cpp
parent1a11e1c14fe61d1c0e3db8719d3a7aa0ead486b3 (diff)
downloadbcm5719-llvm-86e01198225f9a84d2f783dd00a180823e5bda29.tar.gz
bcm5719-llvm-86e01198225f9a84d2f783dd00a180823e5bda29.zip
Fold the adjust_trampoline intrinsic into
init_trampoline. There is now only one trampoline intrinsic. llvm-svn: 41841
Diffstat (limited to 'llvm/lib/Target/Alpha/AlphaISelLowering.cpp')
-rw-r--r--llvm/lib/Target/Alpha/AlphaISelLowering.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaISelLowering.cpp b/llvm/lib/Target/Alpha/AlphaISelLowering.cpp
index faeb7918248..a3654af114f 100644
--- a/llvm/lib/Target/Alpha/AlphaISelLowering.cpp
+++ b/llvm/lib/Target/Alpha/AlphaISelLowering.cpp
@@ -124,9 +124,6 @@ AlphaTargetLowering::AlphaTargetLowering(TargetMachine &TM) : TargetLowering(TM)
setOperationAction(ISD::ExternalSymbol, MVT::i64, Custom);
setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom);
- setOperationAction(ISD::ADJUST_TRAMP, MVT::i32, Expand);
- setOperationAction(ISD::ADJUST_TRAMP, MVT::i64, Expand);
-
setOperationAction(ISD::VASTART, MVT::Other, Custom);
setOperationAction(ISD::VAEND, MVT::Other, Expand);
setOperationAction(ISD::VACOPY, MVT::Other, Custom);
OpenPOWER on IntegriCloud