Implement N4514, C++ Extensions for Transactional Memory.
[deliverable/binutils-gdb.git] / opcodes / mt-opc.c
index 2053c04961e44108fa31cf74b7fc36872d8b7510..33a2a78806fa013ce0fb63341ddc89feed788191 100644 (file)
@@ -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);
 }
 
This page took 0.023197 seconds and 4 git commands to generate.