Commit 5b9b177a by Richard Henderson Committed by Richard Henderson

* config/vax/vax.md (indirect_jump): Use register_operand.

From-SVN: r39003
parent 17ad4377
......@@ -3,6 +3,8 @@
* config/vax/vax.md: Use nonimmediate_operand instead of
general_operand in destinations.
* config/vax/vax.md (indirect_jump): Use register_operand.
2001-01-14 Andreas Jaeger <aj@suse.de>
* config/i386/i386.c (ix86_split_fp_branch): Remove unused
......
......@@ -1932,7 +1932,7 @@
;; If you are tempted to try `g', please don't--it's not worth
;; the risk we will reopen the same bug.
(define_insn "indirect_jump"
[(set (pc) (match_operand:SI 0 "general_operand" "r"))]
[(set (pc) (match_operand:SI 0 "register_operand" "r"))]
""
"jmp (%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