projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a98f59b
)
Correct indentation of one line.
author
Richard Kenner
<kenner@gcc.gnu.org>
Tue, 8 Jun 2004 12:25:03 +0000
(08:25 -0400)
committer
Richard Kenner
<kenner@gcc.gnu.org>
Tue, 8 Jun 2004 12:25:03 +0000
(08:25 -0400)
From-SVN: r82753
gcc/dojump.c
patch
|
blob
|
history
diff --git
a/gcc/dojump.c
b/gcc/dojump.c
index dc3e574adc920973d52e920cfa56df61f01effa9..1c8aa7cffb7285d9c34eb26818cdd31900aab2ee 100644
(file)
--- a/
gcc/dojump.c
+++ b/
gcc/dojump.c
@@
-338,7
+338,7
@@
do_jump (tree exp, rtx if_false_label, rtx if_true_label)
&& type != 0 && bitsize >= 0
&& TYPE_PRECISION (type) < TYPE_PRECISION (TREE_TYPE (exp))
&& (cmp_optab->handlers[(int) TYPE_MODE (type)].insn_code
- != CODE_FOR_nothing))
+
!= CODE_FOR_nothing))
{
do_jump (convert (type, exp), if_false_label, if_true_label);
break;