2008-01-10 H.J. Lu <hongjiu.lu@intel.com>
[deliverable/binutils-gdb.git] / gas / config / tc-i386.c
index 7ac24423b99deb48f1b478a09c12acf2a5815fbd..4d2c7c509e79899e04029b14d49c1ca2d3137e92 100644 (file)
@@ -3056,13 +3056,11 @@ match_template (void)
       else 
        {
          found_cpu_match = cpu_flags_match (t->cpu_flags) == 3;
+         if (!found_cpu_match)
+           continue;
          if (!t->operands)
-           {
-             if (!found_cpu_match)
-               continue;
-             /* We've found a match; break out of loop.  */
-             break;
-           }
+           /* We've found a match; break out of loop.  */
+           break;
        }
 
       /* Address size prefix will turn Disp64/Disp32/Disp16 operand
This page took 0.025097 seconds and 4 git commands to generate.