aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-05-12 23:24:06 +0000
committerChris Lattner <sabre@nondot.org>2005-05-12 23:24:06 +0000
commit16cd04d26c53c6f81313cafb85f6c0e7a07cdff6 (patch)
tree6ee92b0e6e5c8c53605bf545d813b78f1f8f0c71 /include/llvm/CodeGen
parentb794107416227c14ed7040eb2503757d04ec7ddd (diff)
downloadexternal_llvm-16cd04d26c53c6f81313cafb85f6c0e7a07cdff6.zip
external_llvm-16cd04d26c53c6f81313cafb85f6c0e7a07cdff6.tar.gz
external_llvm-16cd04d26c53c6f81313cafb85f6c0e7a07cdff6.tar.bz2
rename the ADJCALLSTACKDOWN/ADJCALLSTACKUP nodes to be CALLSEQ_START/BEGIN.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21915 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen')
-rw-r--r--include/llvm/CodeGen/SelectionDAGNodes.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/llvm/CodeGen/SelectionDAGNodes.h b/include/llvm/CodeGen/SelectionDAGNodes.h
index dbf11d7..b3ac7db 100644
--- a/include/llvm/CodeGen/SelectionDAGNodes.h
+++ b/include/llvm/CodeGen/SelectionDAGNodes.h
@@ -245,12 +245,12 @@ namespace ISD {
MEMMOVE,
MEMCPY,
- // ADJCALLSTACKDOWN/ADJCALLSTACKUP - These operators mark the beginning and
- // end of a call sequence and indicate how much the stack pointer needs to
- // be adjusted for that particular call. The first operand is a chain, the
- // second is a ConstantSDNode of intptr type.
- ADJCALLSTACKDOWN, // Beginning of a call sequence
- ADJCALLSTACKUP, // End of a call sequence
+ // CALLSEQ_START/CALLSEQ_END - These operators mark the beginning and end of
+ // a call sequence, and carry arbitrary information that target might want
+ // to know. The first operand is a chain, the rest are specified by the
+ // target and not touched by the DAG optimizers.
+ CALLSEQ_START, // Beginning of a call sequence
+ CALLSEQ_END, // End of a call sequence
// SRCVALUE - This corresponds to a Value*, and is used to associate memory
// locations with their value. This allows one use alias analysis