summaryrefslogtreecommitdiffstats
path: root/gcc/dojump.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2005-03-08 13:57:01 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2005-03-08 13:57:01 +0000
commitf7f07c955cb07ec8c84640117467542fc07a2591 (patch)
treeda9ac66b4af709e8201b3825f6c026442ea0df6f /gcc/dojump.c
parent0052a1df0e4ea6d250f0a6da0c2618d30888a673 (diff)
downloadppe42-gcc-f7f07c955cb07ec8c84640117467542fc07a2591.tar.gz
ppe42-gcc-f7f07c955cb07ec8c84640117467542fc07a2591.zip
* c-common.c, c-opts.c, combine.c, cse.c, dojump.c,
gimplify.c, tree-dfa.c, tree-ssa-loop-ivopts.c, tree-ssa-phiopt.c, tree-ssa-pre.c, tree-ssa-sink.c, tree-vect-analyze.c, tree.def, tree.h: Fix comment formatting. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96104 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dojump.c')
-rw-r--r--gcc/dojump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dojump.c b/gcc/dojump.c
index c10ea39c366..3c9d88a548b 100644
--- a/gcc/dojump.c
+++ b/gcc/dojump.c
@@ -926,7 +926,7 @@ do_compare_and_jump (tree exp, enum rtx_code signed_code,
be reliably compared, then canonicalize them.
Only do this if *both* sides of the comparison are function pointers.
If one side isn't, we want a noncanonicalized comparison. See PR
- middle-end/17564. */
+ middle-end/17564. */
if (HAVE_canonicalize_funcptr_for_compare
&& TREE_CODE (TREE_TYPE (TREE_OPERAND (exp, 0))) == POINTER_TYPE
&& TREE_CODE (TREE_TYPE (TREE_TYPE (TREE_OPERAND (exp, 0))))
OpenPOWER on IntegriCloud