* i386.md (testqi_1): Add missing operand prefix for operand 0.

From-SVN: r36908
This commit is contained in:
Graham Stott 2000-10-17 19:05:40 +00:00
parent 6ea15a909f
commit 343bf72840
1 changed files with 1 additions and 1 deletions

View File

@ -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")