diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-03-08 13:57:01 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-03-08 13:57:01 +0000 |
commit | 6c6cfbfd5260f774b0517aa3d6d0cc97ea5f81e6 (patch) | |
tree | da9ac66b4af709e8201b3825f6c026442ea0df6f /gcc/dojump.c | |
parent | be93246638ed4c4096002388883aabebea74cc5a (diff) | |
download | gcc-6c6cfbfd5260f774b0517aa3d6d0cc97ea5f81e6.tar.gz |
c-common.c, [...]: Fix comment formatting.
* 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.
From-SVN: r96104
Diffstat (limited to 'gcc/dojump.c')
-rw-r--r-- | gcc/dojump.c | 2 |
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)))) |