Commit f283104b by Richard Kenner

Fix typo in last change

From-SVN: r47265
parent 669fe758
...@@ -13727,7 +13727,7 @@ ...@@ -13727,7 +13727,7 @@
(set_attr "ppro_uops" "few")]) (set_attr "ppro_uops" "few")])
(define_insn "leave_rex64" (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))) (set (reg:DI 6) (mem:DI (reg:DI 7)))
(clobber (mem:BLK (scratch)))] (clobber (mem:BLK (scratch)))]
"TARGET_64BIT" "TARGET_64BIT"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment