Commit 3b33f637 by Michael Meissner

fix typo

From-SVN: r15401
parent 3fb2f401
...@@ -2972,7 +2972,7 @@ print_rtl_with_bb (outf, rtx_first) ...@@ -2972,7 +2972,7 @@ print_rtl_with_bb (outf, rtx_first)
{ {
in_bb_p[ INSN_UID(x)] in_bb_p[ INSN_UID(x)]
= (in_bb_p[ INSN_UID(x)] == NOT_IN_BB) = (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]) if (x == basic_block_end[i])
break; break;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment