diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-10-11 19:00:49 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-10-11 19:00:49 +0000 |
commit | 7ef0daad61a23ce02d461cac50b9eb1a67ef80dd (patch) | |
tree | b75603a6e4a2bded3183dd393f89df7d93b538cf /gcc/expr.c | |
parent | e3ff2b2bb624babf5209b08e9745024e940c1744 (diff) | |
download | gcc-7ef0daad61a23ce02d461cac50b9eb1a67ef80dd.zip gcc-7ef0daad61a23ce02d461cac50b9eb1a67ef80dd.tar.gz gcc-7ef0daad61a23ce02d461cac50b9eb1a67ef80dd.tar.bz2 |
expr.c: Follow spelling conventions.
* expr.c: Follow spelling conventions.
* final.c: Likewise.
* optabs.c: Likewise.
* sched-deps.c: Likewise.
* sdbout.c: Likewise.
From-SVN: r72361
Diffstat (limited to 'gcc/expr.c')
-rw-r--r-- | gcc/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5716,7 +5716,7 @@ safe_from_p (rtx x, tree exp, int top_p) /* A SAVE_EXPR might appear many times in the expression passed to the top-level safe_from_p call, and if it has a complex subexpression, examining it multiple times could result in a combinatorial explosion. - E.g. on an Alpha running at least 200MHz, a Fortran test case compiled + E.g. on an Alpha running at least 200MHz, a Fortran testcase compiled with optimization took about 28 minutes to compile -- even though it was only a few lines long. So we mark each SAVE_EXPR we see with TREE_PRIVATE and turn that off when we are done. We keep a list of the SAVE_EXPRs |