diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-06-18 05:26:28 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-06-18 05:26:28 +0000 |
commit | f1cd63ec5edabe50519f93140a554f53b92d3e0a (patch) | |
tree | 991b2524d0f174578979bf67e18962015ea4b711 /gcc/loop-init.c | |
parent | 2f2639928aeeee7b4f0bdffc81807e900d6ddcd7 (diff) | |
download | gcc-f1cd63ec5edabe50519f93140a554f53b92d3e0a.tar.gz |
2012-06-18 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 188721 using svnmerge
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@188723 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/loop-init.c')
-rw-r--r-- | gcc/loop-init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/loop-init.c b/gcc/loop-init.c index 03f8f610c97..ee3d80c9479 100644 --- a/gcc/loop-init.c +++ b/gcc/loop-init.c @@ -27,7 +27,6 @@ along with GCC; see the file COPYING3. If not see #include "obstack.h" #include "basic-block.h" #include "cfgloop.h" -#include "cfglayout.h" #include "tree-pass.h" #include "timevar.h" #include "flags.h" |