* config/vax/vax.md (indirect_jump): Use register_operand.
From-SVN: r39003
This commit is contained in:
parent
17ad437705
commit
5b9b177a8b
@ -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)")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user