aboutsummaryrefslogtreecommitdiff
path: root/gcc/targhooks.c
diff options
context:
space:
mode:
authorMike Stump <mikestump@comcast.net>2011-04-10 18:46:45 +0000
committerMike Stump <mikestump@comcast.net>2011-04-10 18:46:45 +0000
commitf644701edff6dd7d555e998dd70bf73674acc620 (patch)
treebf95262adeb1e48387900226345da1050170321b /gcc/targhooks.c
parentc5ef443b66fd0898b7ec44920cff5d0ce3bb7a09 (diff)
Remove doubled up words.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@172247 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/targhooks.c')
-rw-r--r--gcc/targhooks.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/gcc/targhooks.c b/gcc/targhooks.c
index 419f6b11f75..93a2c305c8b 100644
--- a/gcc/targhooks.c
+++ b/gcc/targhooks.c
@@ -1189,9 +1189,10 @@ default_target_can_inline_p (tree caller, tree callee)
else if (!caller_opts)
ret = false;
- /* If both caller and callee have attributes, assume that if the pointer is
- different, the the two functions have different target options since
- build_target_option_node uses a hash table for the options. */
+ /* If both caller and callee have attributes, assume that if the
+ pointer is different, the two functions have different target
+ options since build_target_option_node uses a hash table for the
+ options. */
else
ret = (callee_opts == caller_opts);