From: Michael Meissner Date: Thu, 11 Sep 1997 03:52:26 +0000 (+0000) Subject: fix typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3b33f637d9a0bee97520a38cbf1e7057a979270d;p=gcc.git fix typo From-SVN: r15401 --- diff --git a/gcc/flow.c b/gcc/flow.c index 07f097eb34f..d4f85d821c1 100644 --- a/gcc/flow.c +++ b/gcc/flow.c @@ -2972,7 +2972,7 @@ print_rtl_with_bb (outf, rtx_first) { in_bb_p[ INSN_UID(x)] = (in_bb_p[ INSN_UID(x)] == NOT_IN_BB) - ? IN_ONE_BB : IN_MULTIPLE_BB); + ? IN_ONE_BB : IN_MULTIPLE_BB; if (x == basic_block_end[i]) break; }