diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-05-11 23:33:23 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-05-11 23:33:23 +0000 |
commit | 2af3d775f96120196be1e1a61a5da3905a65e5e4 (patch) | |
tree | caa8a966e2b428095382916220510834997b1c60 /gcc/mode-switching.c | |
parent | 6753c3c64c9fbd9252031644dfff1d171616f6a7 (diff) | |
download | gcc-2af3d775f96120196be1e1a61a5da3905a65e5e4.tar.gz |
Convert to md_asm_adjust
Using proper vectors instead of lists of trees.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@223025 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/mode-switching.c')
-rw-r--r-- | gcc/mode-switching.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/mode-switching.c b/gcc/mode-switching.c index dd28a3eb572..7ac09523450 100644 --- a/gcc/mode-switching.c +++ b/gcc/mode-switching.c @@ -21,6 +21,7 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" +#include "vec.h" #include "target.h" #include "rtl.h" #include "regs.h" @@ -29,7 +30,6 @@ along with GCC; see the file COPYING3. If not see #include "insn-config.h" #include "recog.h" #include "predict.h" -#include "vec.h" #include "hashtab.h" #include "hash-set.h" #include "machmode.h" |