Chromium Code Reviews| Index: gcc/gcc/cfgrtl.c |
| diff --git a/gcc/gcc/cfgrtl.c b/gcc/gcc/cfgrtl.c |
| index 0ae61fc46e3481d7a4548b39c7933d2ffddf4b10..7af4215a8452d401357aee98d28ab1e37b8f2f7b 100644 |
| --- a/gcc/gcc/cfgrtl.c |
| +++ b/gcc/gcc/cfgrtl.c |
| @@ -1069,9 +1069,6 @@ force_nonfallthru_and_redirect (edge e, basic_block target) |
| } |
| else |
| { |
| - if ((e->flags & EDGE_FALLTHRU) == 0) { |
|
Mark Seaborn
2010/07/05 16:27:36
I don't know this part of the code, but do you wan
eaeltsin
2010/07/05 16:31:21
The if () { printf } block was added by us for som
|
| - printf("Edge flags were incorrect %x\n", e->flags); |
| - } |
| gcc_assert (e->flags & EDGE_FALLTHRU); |
| if (e->src == ENTRY_BLOCK_PTR) |
| { |