aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/SelectionDAGNodes.h
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
commitf7331b3dd72409e644833ecaf62a0f6db03c97ee (patch)
treeb7b77992e62b2e876b9e394a9bec4fda3c289589 /include/llvm/CodeGen/SelectionDAGNodes.h
parent49c23935e01ec039910184d071633468557eb28b (diff)
Fold the adjust_trampoline intrinsic into
init_trampoline. There is now only one trampoline intrinsic. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41841 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/SelectionDAGNodes.h')
-rw-r--r--include/llvm/CodeGen/SelectionDAGNodes.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/include/llvm/CodeGen/SelectionDAGNodes.h b/include/llvm/CodeGen/SelectionDAGNodes.h
index d70e3cdb47..4f44c4f842 100644
--- a/include/llvm/CodeGen/SelectionDAGNodes.h
+++ b/include/llvm/CodeGen/SelectionDAGNodes.h
@@ -540,16 +540,13 @@ namespace ISD {
// produces a token chain as output.
DEBUG_LOC,
- // ADJUST_TRAMP - This corresponds to the adjust_trampoline intrinsic.
- // It takes a value as input and returns a value as output.
- ADJUST_TRAMP,
-
// TRAMPOLINE - This corresponds to the init_trampoline intrinsic.
// It takes as input a token chain, the pointer to the trampoline,
// the pointer to the nested function, the pointer to pass for the
// 'nest' parameter, a SRCVALUE for the trampoline and another for
// the nested function (allowing targets to access the original
- // Function*). It produces a token chain as output.
+ // Function*). It produces the result of the intrinsic and a token
+ // chain as output.
TRAMPOLINE,
// BUILTIN_OP_END - This must be the last enum value in this list.