From 43e65147c07b1400ae0dbb6694882eceb2363713 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Wed, 12 Aug 2015 04:45:07 -0700 Subject: Remove trailing spaces in opcodes --- opcodes/mt-opc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opcodes/mt-opc.c') diff --git a/opcodes/mt-opc.c b/opcodes/mt-opc.c index 2053c04961e..33a2a78806f 100644 --- a/opcodes/mt-opc.c +++ b/opcodes/mt-opc.c @@ -43,7 +43,7 @@ mt_cgen_insn_supported (CGEN_CPU_DESC cd, const CGEN_INSN *insn) /* No mach attribute? Assume it's supported for all machs. */ if (machs == 0) return 1; - + return ((machs & cd->machs) != 0); } -- cgit v1.2.1