aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.def
diff options
context:
space:
mode:
authorSteven Bosscher <steven@gcc.gnu.org>2010-02-14 12:58:16 +0000
committerSteven Bosscher <steven@gcc.gnu.org>2010-02-14 12:58:16 +0000
commit912eb5a4de998af3cb0d41cb84534467d93c2270 (patch)
tree6a3c7957aa5ee4c1713897788c88abd7768d644a /gcc/rtl.def
parent244e6c5c9fb5d607c49b18f051fa901eb08a7c35 (diff)
downloadgcc-912eb5a4de998af3cb0d41cb84534467d93c2270.zip
gcc-912eb5a4de998af3cb0d41cb84534467d93c2270.tar.gz
gcc-912eb5a4de998af3cb0d41cb84534467d93c2270.tar.bz2
reorg.c (delete_computation): Comment fixes.
* reorg.c (delete_computation): Comment fixes. * caller-save.c (setup_save_areas): Idem. * sel-sched-dump.c (dump_lv_set): Idem. * rtl.def: Idem. From-SVN: r156759
Diffstat (limited to 'gcc/rtl.def')
-rw-r--r--gcc/rtl.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtl.def b/gcc/rtl.def
index 54f2a60..e7ebb21 100644
--- a/gcc/rtl.def
+++ b/gcc/rtl.def
@@ -486,7 +486,7 @@ DEF_RTL_EXPR(UMAX, "umax", "ee", RTX_COMM_ARITH)
because they can be understood from the machine-mode of the
containing MEM. These operations exist in only two cases:
1. pushes onto the stack.
- 2. created automatically by the life_analysis pass in flow.c. */
+ 2. created automatically by the auto-inc-dec pass. */
DEF_RTL_EXPR(PRE_DEC, "pre_dec", "e", RTX_AUTOINC)
DEF_RTL_EXPR(PRE_INC, "pre_inc", "e", RTX_AUTOINC)
DEF_RTL_EXPR(POST_DEC, "post_dec", "e", RTX_AUTOINC)