Change tst<mode> pattern to use nrmT for constraints instead of g.
This commit is contained in:
parent
110a612826
commit
e449ba3363
|
@ -64,7 +64,7 @@
|
|||
|
||||
(define_insn "tst<mode>"
|
||||
[(set (cc0)
|
||||
(match_operand:VAXint 0 "nonimmediate_operand" "g"))]
|
||||
(match_operand:VAXint 0 "nonimmediate_operand" "nrmT"))]
|
||||
""
|
||||
"tst<VAXint:isfx> %0")
|
||||
|
||||
|
|
Loading…
Reference in New Issue