diff options
author | Jim Grosbach <grosbach@apple.com> | 2010-05-27 23:11:57 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2010-05-27 23:11:57 +0000 |
commit | a65850230af7f13d9111450f645886b968dea2a2 (patch) | |
tree | 6b0760ac796627a9dddbbbcc2a38bcf00f4aa2d8 /include/llvm/CodeGen/ISDOpcodes.h | |
parent | 39f76bb6c8d6e7edb77805f770318ebd1727d0aa (diff) |
back out 104862/104869. Can reuse stacksave after all. Very cool.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104897 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/ISDOpcodes.h')
-rw-r--r-- | include/llvm/CodeGen/ISDOpcodes.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/CodeGen/ISDOpcodes.h b/include/llvm/CodeGen/ISDOpcodes.h index fdb9bfd655..a5e9dd5fe8 100644 --- a/include/llvm/CodeGen/ISDOpcodes.h +++ b/include/llvm/CodeGen/ISDOpcodes.h @@ -72,9 +72,6 @@ namespace ISD { // parent's frame or return address, and so on. FRAMEADDR, RETURNADDR, - // STACKADDR - The current stack pointer address. - STACKADDR, - // FRAME_TO_ARGS_OFFSET - This node represents offset from frame pointer to // first (possible) on-stack argument. This is needed for correct stack // adjustment during unwind. |