From-SVN: r15401
This commit is contained in:
Michael Meissner 1997-09-11 03:52:26 +00:00
parent 3fb2f40127
commit 3b33f637d9
1 changed files with 1 additions and 1 deletions

View File

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