Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(297)

Unified Diff: gcc/gcc/cfgrtl.c

Issue 2880018: [gcc] Misc cleanup. (Closed) Base URL: ssh://git@chromiumos-git/nacl-toolchain.git
Patch Set: ready for code review Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | gcc/gcc/config/i386/i386.c » ('j') | gcc/gcc/config/i386/i386.md » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
{
« no previous file with comments | « no previous file | gcc/gcc/config/i386/i386.c » ('j') | gcc/gcc/config/i386/i386.md » ('J')

Powered by Google App Engine
This is Rietveld 408576698