Fix typo in last change
From-SVN: r47265
This commit is contained in:
parent
669fe75884
commit
f283104bf1
1 changed files with 1 additions and 1 deletions
|
@ -13727,7 +13727,7 @@
|
|||
(set_attr "ppro_uops" "few")])
|
||||
|
||||
(define_insn "leave_rex64"
|
||||
[(set (reg:DI 7) (plus:DI (reg:DI 6) (const_int 4)))
|
||||
[(set (reg:DI 7) (plus:DI (reg:DI 6) (const_int 8)))
|
||||
(set (reg:DI 6) (mem:DI (reg:DI 7)))
|
||||
(clobber (mem:BLK (scratch)))]
|
||||
"TARGET_64BIT"
|
||||
|
|
Loading…
Add table
Reference in a new issue