Commit 6fc5dc67 by Richard Kenner Committed by Richard Kenner

i386.md (leave, [...]): Adjust pattern to match what insn does.

	* config/i386/i386.md (leave, leave_rex64): Adjust pattern to match
	what insn does.

From-SVN: r47846
parent 26c4de51
Mon Dec 10 09:19:11 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* config/i386/i386.md (leave, leave_rex64): Adjust pattern to match
what insn does.
2001-12-10 Joseph S. Myers <jsm28@cam.ac.uk> 2001-12-10 Joseph S. Myers <jsm28@cam.ac.uk>
* doc/cpp.texi: Don't condition menus on @ifinfo. Condition the * doc/cpp.texi: Don't condition menus on @ifinfo. Condition the
......
...@@ -13715,7 +13715,7 @@ ...@@ -13715,7 +13715,7 @@
(define_insn "leave" (define_insn "leave"
[(set (reg:SI 7) (plus:SI (reg:SI 6) (const_int 4))) [(set (reg:SI 7) (plus:SI (reg:SI 6) (const_int 4)))
(set (reg:SI 6) (mem:SI (reg:SI 7))) (set (reg:SI 6) (mem:SI (reg:SI 6)))
(clobber (mem:BLK (scratch)))] (clobber (mem:BLK (scratch)))]
"!TARGET_64BIT" "!TARGET_64BIT"
"leave" "leave"
...@@ -13728,7 +13728,7 @@ ...@@ -13728,7 +13728,7 @@
(define_insn "leave_rex64" (define_insn "leave_rex64"
[(set (reg:DI 7) (plus:DI (reg:DI 6) (const_int 8))) [(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 6)))
(clobber (mem:BLK (scratch)))] (clobber (mem:BLK (scratch)))]
"TARGET_64BIT" "TARGET_64BIT"
"leave" "leave"
......
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