diff options
Diffstat (limited to 'gcc/cfgexpand.c')
-rw-r--r-- | gcc/cfgexpand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfgexpand.c b/gcc/cfgexpand.c index 88e48c2..f76e5f2 100644 --- a/gcc/cfgexpand.c +++ b/gcc/cfgexpand.c @@ -40,7 +40,7 @@ along with GCC; see the file COPYING3. If not see #include "tree-inline.h" #include "value-prof.h" #include "target.h" -#include "ssaexpand.h" +#include "tree-outof-ssa.h" #include "bitmap.h" #include "sbitmap.h" #include "cfgloop.h" |