gas/
[deliverable/binutils-gdb.git] / gas / config / tc-ia64.c
index 42c9c0bcf9f1796b5eaa4015cf8878eeda6e04a7..4f2e462a8aa1ed895fcef48747b4bad3578b6612 100644 (file)
@@ -7288,7 +7288,7 @@ md_begin ()
                {
                  if (match (t, j, 1))
                    {
-                     if (match (t, k, 2))
+                     if ((t == 2 && j == IA64_TYPE_X) || match (t, k, 2))
                        goodness = 3 + 3 + 3;
                      else
                        goodness = 3 + 3 + extra_goodness (t, 2);
@@ -7304,7 +7304,7 @@ md_begin ()
                }
              else if (match (t, i, 1))
                {
-                 if (match (t, j, 2))
+                 if ((t == 2 && i == IA64_TYPE_X) || match (t, j, 2))
                    goodness = 3 + 3;
                  else
                    goodness = 3 + extra_goodness (t, 2);
This page took 0.098172 seconds and 4 git commands to generate.