projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa26df1
)
* builtins.c: Fix a comment typo.
author
Kazu Hirata
<kazu@cs.umass.edu>
Thu, 23 Sep 2004 14:22:33 +0000
(14:22 +0000)
committer
Kazu Hirata
<kazu@gcc.gnu.org>
Thu, 23 Sep 2004 14:22:33 +0000
(14:22 +0000)
From-SVN: r87947
gcc/ChangeLog
patch
|
blob
|
history
gcc/builtins.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 7b098133081e7932a06409799d06e742cbc8e749..aa7bb17cea7c0064b061adeb8d54e36a260afbd0 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,7
@@
+2004-09-23 Kazu Hirata <kazu@cs.umass.edu>
+
+ * builtins.c: Fix a comment typo.
+
2004-09-23 Jan Hubicka <jh@suse.cz>
* profile.c (branch_prob): Do not verify flow info in the middle of the
diff --git
a/gcc/builtins.c
b/gcc/builtins.c
index 89549c6b5a91fa5bb0f0c8a46a26a0c3489f7b63..f3ee9e9b34886689c17d523d7d4aa24e2c16eef1 100644
(file)
--- a/
gcc/builtins.c
+++ b/
gcc/builtins.c
@@
-8667,7
+8667,7
@@
fold_builtin_strstr (tree arglist)
}
}
-/* Simplify a call to the str
st
r builtin.
+/* Simplify a call to the str
ch
r builtin.
Return 0 if no simplification was possible, otherwise return the
simplified form of the call as a tree.