From: Richard Kenner Date: Tue, 8 Jun 2004 12:25:03 +0000 (-0400) Subject: Correct indentation of one line. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=59068a897368c953c7acebf678cd29fb46038711;p=gcc.git Correct indentation of one line. From-SVN: r82753 --- 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;