From 59068a897368c953c7acebf678cd29fb46038711 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 8 Jun 2004 08:25:03 -0400 Subject: [PATCH] Correct indentation of one line. From-SVN: r82753 --- gcc/dojump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;