Commit 3d8dd3c0 by Geoffrey Keating Committed by Geoffrey Keating

stormy16.md (tablejump_pcrel): Use a MEM to help folding.

	* config/stormy16/stormy16.md (tablejump_pcrel): Use a MEM
	to help folding.

From-SVN: r49219
parent 6cb3421f
2001-01-25 Geoffrey Keating <geoffk@redhat.com>
* config/stormy16/stormy16.md (tablejump_pcrel): Use a MEM
to help folding.
2002-01-25 David Edelsohn <edelsohn@gnu.org> 2002-01-25 David Edelsohn <edelsohn@gnu.org>
* rs6000.md (prefetch): Make address V4SI mode so that the address * rs6000.md (prefetch): Make address V4SI mode so that the address
......
...@@ -904,7 +904,8 @@ ...@@ -904,7 +904,8 @@
}") }")
(define_insn "tablejump_pcrel" (define_insn "tablejump_pcrel"
[(set (pc) (plus:HI (pc) (match_operand:HI 0 "register_operand" "r"))) [(set (pc) (mem:HI (plus:HI (pc)
(match_operand:HI 0 "register_operand" "r"))))
(use (label_ref:SI (match_operand 1 "" "")))] (use (label_ref:SI (match_operand 1 "" "")))]
"" ""
"br %0" "br %0"
......
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