Don't compare boolean values against TRUE or FALSE
[deliverable/binutils-gdb.git] / gas / config / tc-hppa.c
index 1dbc0979f238c0df449340d3f8d37b6004591abe..724b48bfbce0d102f980f4f0a3bf3f809320404f 100644 (file)
@@ -5687,7 +5687,7 @@ pa_ip (char *str)
       /* If this instruction is specific to a particular architecture,
         then set a new architecture.  This automatic promotion crud is
         for compatibility with HP's old assemblers only.  */
-      if (match == TRUE
+      if (match
          && bfd_get_mach (stdoutput) < insn->arch
          && !bfd_set_arch_mach (stdoutput, bfd_arch_hppa, insn->arch))
        {
This page took 0.023502 seconds and 4 git commands to generate.