diff options
Diffstat (limited to 'gcc/tsan.c')
-rw-r--r-- | gcc/tsan.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ along with GCC; see the file COPYING3. If not see #include "gimplify-me.h" #include "tree-cfg.h" #include "tree-iterator.h" -#include "tree-ssa-propagate.h" +#include "gimple-fold.h" #include "tree-ssa-loop-ivopts.h" #include "tree-eh.h" #include "tsan.h" |