diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-24 21:13:46 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-24 21:13:46 +0000 |
commit | 5291b8a7b6deabceaa8acaff061305691fd33406 (patch) | |
tree | a884ad7247beabb79df7af5af5c225d99a0ac7d9 /gcc/reg-notes.def | |
parent | 04db2f098da8ba61325d493542ddddc8bd6568dc (diff) | |
download | gcc-split.tar.gz |
Revert REG_CFA_TEMPORARY changes, bring in 32-bit fixes.split
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/split@164608 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/reg-notes.def')
-rw-r--r-- | gcc/reg-notes.def | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/reg-notes.def b/gcc/reg-notes.def index f772ee3a79e..f82e7b741a0 100644 --- a/gcc/reg-notes.def +++ b/gcc/reg-notes.def @@ -165,13 +165,6 @@ REG_NOTE (CFA_RESTORE) to the argument, if it is a MEM, it is ignored. */ REG_NOTE (CFA_SET_VDRAP) -/* Temporarily set the CFA for just one insn. This saves the old - state, sets the CFA, and then restores the state after the insn. - The pattern for this note is the new CFA value. This is used by - the split stack code to support unwinding through the call into the - split stack routine. */ -REG_NOTE (CFA_TEMPORARY) - /* Indicates that REG holds the exception context for the function. This context is shared by inline functions, so the code to acquire the real exception context is delayed until after inlining. */ |