*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Tue, 5 May 1992 03:40:23 +0000 (03:40 +0000)
committerRichard Stallman <rms@gnu.org>
Tue, 5 May 1992 03:40:23 +0000 (03:40 +0000)
From-SVN: r897

gcc/genattrtab.c

index 24d2d44631699f0f3bbbbc7592d75f9ad6b07e68..8b4c8c5cbf04fdbfd954a6b7ce305f296c9d402b 100644 (file)
@@ -1734,7 +1734,7 @@ simplify_cond (exp, insn_code, insn_index)
          /* If test is true, make this value the default
             and discard this + any following tests.  */
          len = i;
-         defval = tests[i];
+         defval = tests[i + 1];
          new_defval = newval;
        }