diff options
Diffstat (limited to 'gcc/dse.c')
-rw-r--r-- | gcc/dse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/dse.c b/gcc/dse.c index 95a351b59a6..666a2f00164 100644 --- a/gcc/dse.c +++ b/gcc/dse.c @@ -45,6 +45,7 @@ along with GCC; see the file COPYING3. If not see #include "dse.h" #include "optabs.h" #include "dbgcnt.h" +#include "target.h" /* This file contains three techniques for performing Dead Store Elimination (dse). |