diff options
author | uros <uros@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-09-16 16:01:45 +0000 |
---|---|---|
committer | uros <uros@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-09-16 16:01:45 +0000 |
commit | 16660726c392bc3ebc0166e3cce78c4fe7dbc985 (patch) | |
tree | f8be18bd2e4768dd3dd80405073058a9a7435d84 /gcc/config/alpha/alpha.c | |
parent | 0c4735d1759adf91e6041614b482f31d240691b0 (diff) | |
download | gcc-16660726c392bc3ebc0166e3cce78c4fe7dbc985.tar.gz |
* config/alpha.c: Include tree-ssanames.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@202631 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/alpha/alpha.c')
-rw-r--r-- | gcc/config/alpha/alpha.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/alpha/alpha.c b/gcc/config/alpha/alpha.c index 3759205c07b..a05c42ad4b7 100644 --- a/gcc/config/alpha/alpha.c +++ b/gcc/config/alpha/alpha.c @@ -50,7 +50,7 @@ along with GCC; see the file COPYING3. If not see #include "splay-tree.h" #include "gimple.h" #include "tree-flow.h" -#include "tree-ssa.h" +#include "tree-ssanames.h" #include "tree-stdarg.h" #include "tm-constrs.h" #include "df.h" |