diff options
author | Andrew Haley <aph@redhat.com> | 2008-12-19 17:53:51 +0000 |
---|---|---|
committer | Andrew Haley <aph@gcc.gnu.org> | 2008-12-19 17:53:51 +0000 |
commit | c4e93e284baacb195089dd2f8f579db7b02a102a (patch) | |
tree | 9dd167df1f95d2d0e4704af1586a90955d6a9eeb /gcc/tree-ssa-loop-ivopts.c | |
parent | 007403f342591e4591c9e5af92f9e7f708a49fd0 (diff) | |
download | gcc-c4e93e284baacb195089dd2f8f579db7b02a102a.zip gcc-c4e93e284baacb195089dd2f8f579db7b02a102a.tar.gz gcc-c4e93e284baacb195089dd2f8f579db7b02a102a.tar.bz2 |
builtins.c, [...]: Fix comments.
2008-12-19 Andrew Haley <aph@redhat.com>
* builtins.c, tree-ssa-loop-ivopts.c, fixed-value.c:
Fix comments.
From-SVN: r142839
Diffstat (limited to 'gcc/tree-ssa-loop-ivopts.c')
-rw-r--r-- | gcc/tree-ssa-loop-ivopts.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-ssa-loop-ivopts.c b/gcc/tree-ssa-loop-ivopts.c index 2d36bec..ca1ab98 100644 --- a/gcc/tree-ssa-loop-ivopts.c +++ b/gcc/tree-ssa-loop-ivopts.c @@ -4360,8 +4360,8 @@ iv_ca_add_use (struct ivopts_data *data, struct iv_ca *ivs, static comp_cost iv_ca_cost (struct iv_ca *ivs) { - /* This was a conditional expression but it triggered a bug in the - Solaris 8 compiler. */ + /* This was a conditional expression but it triggered a bug in + Sun C 5.5. */ if (ivs->bad_uses) return infinite_cost; else |