diff options
author | Richard Henderson <rth@redhat.com> | 2015-05-11 16:33:23 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2015-05-11 16:33:23 -0700 |
commit | 7ca35180e923e40e8de6df1953c9177d22eae665 (patch) | |
tree | caa8a966e2b428095382916220510834997b1c60 /gcc/gimple.c | |
parent | 15a85b055d38e8f0000da08d80e143a89ecb827e (diff) | |
download | gcc-7ca35180e923e40e8de6df1953c9177d22eae665.zip gcc-7ca35180e923e40e8de6df1953c9177d22eae665.tar.gz gcc-7ca35180e923e40e8de6df1953c9177d22eae665.tar.bz2 |
Convert to md_asm_adjust
Using proper vectors instead of lists of trees.
From-SVN: r223025
Diffstat (limited to 'gcc/gimple.c')
-rw-r--r-- | gcc/gimple.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gimple.c b/gcc/gimple.c index a5c1192..8b3b322 100644 --- a/gcc/gimple.c +++ b/gcc/gimple.c @@ -23,10 +23,10 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" -#include "target.h" #include "hash-set.h" #include "machmode.h" #include "vec.h" +#include "target.h" #include "double-int.h" #include "input.h" #include "alias.h" |