mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-22 21:51:36 +08:00
fix typo
From-SVN: r15401
This commit is contained in:
parent
3fb2f40127
commit
3b33f637d9
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user