fix typo
authorMichael Meissner <meissner@gcc.gnu.org>
Thu, 11 Sep 1997 03:52:26 +0000 (03:52 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Thu, 11 Sep 1997 03:52:26 +0000 (03:52 +0000)
From-SVN: r15401

gcc/flow.c

index 07f097eb34f0a18479cfd8b52e5c77883d20a71a..d4f85d821c1c6c407cb976c800fc3f012aebc991 100644 (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;
            }