From: Graham Stott Date: Tue, 17 Oct 2000 19:05:40 +0000 (+0000) Subject: * i386.md (testqi_1): Add missing operand prefix for operand 0. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=343bf728404c1b442991bc52169776ff5c3e4b2a;p=gcc.git * i386.md (testqi_1): Add missing operand prefix for operand 0. From-SVN: r36908 --- diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index 454432af35a..b89f50ecb48 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -5370,7 +5370,7 @@ 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")