fix typo in nor.
From-SVN: r11303
This commit is contained in:
parent
ea78578fb9
commit
d944f453bb
@ -920,7 +920,7 @@
|
||||
(set (match_operand:SI 0 "gpc_reg_operand" "=r")
|
||||
(not:SI (match_dup 1)))]
|
||||
""
|
||||
"nor. %0,%2,%1"
|
||||
"nor. %0,%1,%1"
|
||||
[(set_attr "type" "compare")])
|
||||
|
||||
(define_insn ""
|
||||
@ -3975,7 +3975,7 @@
|
||||
(set (match_operand:DI 0 "gpc_reg_operand" "=r")
|
||||
(not:DI (match_dup 1)))]
|
||||
"TARGET_POWERPC64"
|
||||
"nor. %0,%2,%1"
|
||||
"nor. %0,%1,%1"
|
||||
[(set_attr "type" "compare")])
|
||||
|
||||
(define_insn ""
|
||||
|
Loading…
Reference in New Issue
Block a user