diff options
Diffstat (limited to 'gcc/tree-switch-conversion.c')
-rw-r--r-- | gcc/tree-switch-conversion.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-switch-conversion.c b/gcc/tree-switch-conversion.c index 32f0a11..13a5410 100644 --- a/gcc/tree-switch-conversion.c +++ b/gcc/tree-switch-conversion.c @@ -71,6 +71,7 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA /* Need to include expr.h and optabs.h for lshift_cheap_p. */ #include "expr.h" +#include "insn-codes.h" #include "optabs.h" /* Maximum number of case bit tests. |