diff options
author | Chris Lattner <sabre@nondot.org> | 2006-01-28 00:18:27 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-01-28 00:18:27 +0000 |
commit | 253a87d667f0065f248eb5d96a201d72f630c620 (patch) | |
tree | ee852853258bbb268558d1c07570b6dddccfba57 /include/llvm/CodeGen/SelectionDAGNodes.h | |
parent | 34fa038f0c802bfba2cddd2b091830ff90c06df4 (diff) |
The 'target-independent' ISD::CALL isn't. Nuke it, making way for Nate's
future work.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25720 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/SelectionDAGNodes.h')
-rw-r--r-- | include/llvm/CodeGen/SelectionDAGNodes.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/llvm/CodeGen/SelectionDAGNodes.h b/include/llvm/CodeGen/SelectionDAGNodes.h index b41b546d3a..d0549030fb 100644 --- a/include/llvm/CodeGen/SelectionDAGNodes.h +++ b/include/llvm/CodeGen/SelectionDAGNodes.h @@ -304,14 +304,6 @@ namespace ISD { // function. This operation can have variable number of operands. RET, - // CALL - Call to a function pointer. The first operand is the chain, the - // second is the destination function pointer (a GlobalAddress for a direct - // call). Arguments have already been lowered to explicit DAGs according to - // the calling convention in effect here. TAILCALL is the same as CALL, but - // the callee is known not to access the stack of the caller. - CALL, - TAILCALL, - // INLINEASM - Represents an inline asm block. This node always has two // return values: a chain and a flag result. The inputs are as follows: // Operand #0 : Input chain. |