projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fb2f40
)
fix typo
author
Michael Meissner
<meissner@gcc.gnu.org>
Thu, 11 Sep 1997 03:52:26 +0000
(
03:52
+0000)
committer
Michael Meissner
<meissner@gcc.gnu.org>
Thu, 11 Sep 1997 03:52:26 +0000
(
03:52
+0000)
From-SVN: r15401
gcc/flow.c
patch
|
blob
|
history
diff --git
a/gcc/flow.c
b/gcc/flow.c
index 07f097eb34f0a18479cfd8b52e5c77883d20a71a..d4f85d821c1c6c407cb976c800fc3f012aebc991 100644
(file)
--- 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;
}