Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(96)

Unified Diff: gcc/gcc/insn-notes.def

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/gcc/ifcvt.c ('k') | gcc/gcc/integrate.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/insn-notes.def
diff --git a/gcc/gcc/insn-notes.def b/gcc/gcc/insn-notes.def
index 16b4a2754770854b18e0cd581c992d50ecf027a8..83161ec14b6eb524ee9fe16e01935be9a42cbd41 100644
--- a/gcc/gcc/insn-notes.def
+++ b/gcc/gcc/insn-notes.def
@@ -70,4 +70,8 @@ INSN_NOTE (BASIC_BLOCK)
between hot and cold text sections. */
INSN_NOTE (SWITCH_TEXT_SECTIONS)
+/* Mark the restore point after an epilogue changed CFI data. Used only
+ when an epilogue appears in the middle of a function. */
+INSN_NOTE (CFA_RESTORE_STATE)
+
#undef INSN_NOTE
« no previous file with comments | « gcc/gcc/ifcvt.c ('k') | gcc/gcc/integrate.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698