diff options
author | steven <steven@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-02-14 12:58:16 +0000 |
---|---|---|
committer | steven <steven@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-02-14 12:58:16 +0000 |
commit | 72c0c58fb67609987a44ef9533943a598583f72c (patch) | |
tree | 6a3c7957aa5ee4c1713897788c88abd7768d644a /gcc/rtl.def | |
parent | 494d01693c283acfda74d344e6a1ddb4b3481982 (diff) | |
download | gcc-72c0c58fb67609987a44ef9533943a598583f72c.tar.gz |
* reorg.c (delete_computation): Comment fixes.
* caller-save.c (setup_save_areas): Idem.
* sel-sched-dump.c (dump_lv_set): Idem.
* rtl.def: Idem.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@156759 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl.def')
-rw-r--r-- | gcc/rtl.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtl.def b/gcc/rtl.def index 54f2a6028dd..e7ebb21a43f 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) |