Replace "if (x) free (x)" with "free (x)", opcodes
[deliverable/binutils-gdb.git] / cpu / mep.opc
index 7ed3ea8ca848f6e6b39b1ff2360ae04283b735b9..34e279d98e1f0a44179a6ddaa6ae622944398d44 100644 (file)
@@ -855,8 +855,7 @@ mep_cgen_expand_macros_and_parse_operand (CGEN_CPU_DESC cd, int opindex,
        *strp_in += (str - hold); 
     }
 
-  if (hold)
-    free (hold);
+  free (hold);
 
   return errmsg;
 }
This page took 0.035625 seconds and 4 git commands to generate.