OSDN Git Service

* config/vax/vax.md (indirect_jump): Use register_operand.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 14 Jan 2001 09:03:20 +0000 (09:03 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 14 Jan 2001 09:03:20 +0000 (09:03 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39003 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/vax/vax.md

index 5c957f9..5df9dd7 100644 (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
index aca7688..7faab34 100644 (file)
 ;; 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)")