summaryrefslogtreecommitdiffstats
path: root/gcc
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>2004-06-08 12:25:03 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>2004-06-08 12:25:03 +0000
commit7ece5e4f14cf3eb72c918b34dd16bca00637c3d5 (patch)
treecdbdf253645fdc5009b0db337402c1365e330f1f /gcc
parentf9d722a35b28e061ecbdffcc0bb5f26c8cb758d6 (diff)
downloadppe42-gcc-7ece5e4f14cf3eb72c918b34dd16bca00637c3d5.tar.gz
ppe42-gcc-7ece5e4f14cf3eb72c918b34dd16bca00637c3d5.zip
Correct indentation of one line.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82753 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/dojump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dojump.c b/gcc/dojump.c
index dc3e574adc9..1c8aa7cffb7 100644
--- 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;
OpenPOWER on IntegriCloud