summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCISelLowering.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/PowerPC/PPCISelLowering.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/PowerPC/PPCISelLowering.cpp')
-rw-r--r--llvm/lib/Target/PowerPC/PPCISelLowering.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp b/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
index 8c7677651ac..cfebef1edd6 100644
--- a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
+++ b/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
@@ -171,9 +171,6 @@ PPCTargetLowering::PPCTargetLowering(PPCTargetMachine &TM)
// RET must be custom lowered, to meet ABI requirements
setOperationAction(ISD::RET , MVT::Other, Custom);
- setOperationAction(ISD::ADJUST_TRAMP, MVT::i32, Expand);
- setOperationAction(ISD::ADJUST_TRAMP, MVT::i64, Expand);
-
// VASTART needs to be custom lowered to use the VarArgsFrameIndex
setOperationAction(ISD::VASTART , MVT::Other, Custom);
OpenPOWER on IntegriCloud