Correct indentation of one line.

From-SVN: r82753
This commit is contained in:
Richard Kenner 2004-06-08 08:25:03 -04:00
parent a98f59be64
commit 59068a8973
1 changed files with 1 additions and 1 deletions

View File

@ -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;