From 7ca35180e923e40e8de6df1953c9177d22eae665 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Mon, 11 May 2015 16:33:23 -0700 Subject: Convert to md_asm_adjust Using proper vectors instead of lists of trees. From-SVN: r223025 --- gcc/mode-switching.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/mode-switching.c') diff --git a/gcc/mode-switching.c b/gcc/mode-switching.c index dd28a3e..7ac0952 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" -- cgit v1.1