diff options
Diffstat (limited to 'opcodes/mt-opc.c')
-rw-r--r-- | opcodes/mt-opc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/opcodes/mt-opc.c b/opcodes/mt-opc.c index ef7d7fd..465686f 100644 --- a/opcodes/mt-opc.c +++ b/opcodes/mt-opc.c @@ -36,8 +36,7 @@ with this program; if not, write to the Free Software Foundation, Inc., /* Special check to ensure that instruction exists for given machine. */ int -mt_cgen_insn_supported (CGEN_CPU_DESC cd, - const CGEN_INSN *insn) +mt_cgen_insn_supported (CGEN_CPU_DESC cd, const CGEN_INSN *insn) { int machs = CGEN_INSN_ATTR_VALUE (insn, CGEN_INSN_MACH); |