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

From-SVN: r39003
This commit is contained in:
Richard Henderson 2001-01-14 01:03:20 -08:00 committed by Richard Henderson
parent 17ad437705
commit 5b9b177a8b
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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)")