aboutsummaryrefslogtreecommitdiff
path: root/gcc/recog.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/recog.h')
-rw-r--r--gcc/recog.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/recog.h b/gcc/recog.h
index f2b1f6e4404..1ebd25b9c47 100644
--- a/gcc/recog.h
+++ b/gcc/recog.h
@@ -18,6 +18,8 @@ You should have received a copy of the GNU General Public License
along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */
+#include "multi-target.h"
+
/* Random number that should be large enough for all purposes. */
#define MAX_RECOG_ALTERNATIVES 30
@@ -28,6 +30,8 @@ enum op_type {
OP_INOUT
};
+START_TARGET_SPECIFIC
+
struct operand_alternative
{
/* Pointer to the beginning of the constraint string for this alternative,
@@ -287,3 +291,5 @@ struct insn_data
extern const struct insn_data insn_data[];
extern int peep2_current_count;
+
+END_TARGET_SPECIFIC