aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-10-11 19:00:49 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-10-11 19:00:49 +0000
commit7ef0daad61a23ce02d461cac50b9eb1a67ef80dd (patch)
treeb75603a6e4a2bded3183dd393f89df7d93b538cf /gcc/expr.c
parente3ff2b2bb624babf5209b08e9745024e940c1744 (diff)
downloadgcc-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/expr.c b/gcc/expr.c
index 54bff3f..a973065a 100644
--- a/gcc/expr.c
+++ b/gcc/expr.c
@@ -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