* 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
;; 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)")