* i386.md (testqi_1): Add missing operand prefix for operand 0.
authorGraham Stott <grahams@gcc.gnu.org>
Tue, 17 Oct 2000 19:05:40 +0000 (19:05 +0000)
committerGraham Stott <grahams@gcc.gnu.org>
Tue, 17 Oct 2000 19:05:40 +0000 (19:05 +0000)
From-SVN: r36908

gcc/config/i386/i386.md

index 454432af35aca0ac17112bb00708fc34ad986c90..b89f50ecb48682e0cc98517aa7fbe3370f2eddc9 100644 (file)
    test{b}\\t{%1, %0|%0, %1} 
    test{b}\\t{%1, %0|%0, %1} 
    test{b}\\t{%1, %0|%0, %1} 
-   test{l}\\t{%1, %0|%0, %1}"
+   test{l}\\t{%1, %k0|%k0, %1}"
   [(set_attr "type" "test")
    (set_attr "modrm" "0,1,1,1")
    (set_attr "mode" "QI,QI,QI,SI")