diff options
Diffstat (limited to 'gcc/tree-if-conv.c')
-rw-r--r-- | gcc/tree-if-conv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-if-conv.c b/gcc/tree-if-conv.c index 291e602..0987884 100644 --- a/gcc/tree-if-conv.c +++ b/gcc/tree-if-conv.c @@ -120,7 +120,7 @@ along with GCC; see the file COPYING3. If not see #include "stmt.h" #include "expr.h" #include "insn-codes.h" -#include "optabs.h" +#include "optabs-query.h" #include "tree-hash-traits.h" /* List of basic blocks in if-conversion-suitable order. */ |