diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2021-09-23 21:20:34 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2021-09-24 18:20:21 +0200 |
commit | 28f527c9598339cf834a30b5ee1f14258b8ecbb2 (patch) | |
tree | 9d43a69d857eb3ea5f4bced292059b56986c984b /gcc/generic-match-head.c | |
parent | 1eb4d0d3bad1a7faa7f1734837562aea71575740 (diff) | |
parent | 2961ac45b9e19523958757e607d11c5893d6368b (diff) | |
download | gcc-28f527c9598339cf834a30b5ee1f14258b8ecbb2.zip gcc-28f527c9598339cf834a30b5ee1f14258b8ecbb2.tar.gz gcc-28f527c9598339cf834a30b5ee1f14258b8ecbb2.tar.bz2 |
Merge commit '2961ac45b9e19523958757e607d11c5893d6368b' [#247]
Diffstat (limited to 'gcc/generic-match-head.c')
-rw-r--r-- | gcc/generic-match-head.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/generic-match-head.c b/gcc/generic-match-head.c index a063512..f426208 100644 --- a/gcc/generic-match-head.c +++ b/gcc/generic-match-head.c @@ -37,6 +37,7 @@ along with GCC; see the file COPYING3. If not see #include "gimplify.h" #include "optabs-tree.h" #include "dbgcnt.h" +#include "tm.h" /* Routine to determine if the types T1 and T2 are effectively the same for GENERIC. If T1 or T2 is not a type, the test |