diff options
author | Duncan Sands <baldrick@free.fr> | 2007-09-11 14:10:23 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2007-09-11 14:10:23 +0000 |
commit | 86e01198225f9a84d2f783dd00a180823e5bda29 (patch) | |
tree | 1807b77223b877ec2f33ed0d6ee24c20ecaa7b6b /llvm/lib/Target/Alpha/AlphaISelLowering.cpp | |
parent | 1a11e1c14fe61d1c0e3db8719d3a7aa0ead486b3 (diff) | |
download | bcm5719-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.cpp | 3 |
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); |