* config/vax/vax.md (indirect_jump): Use register_operand.
authorRichard Henderson <rth@redhat.com>
Sun, 14 Jan 2001 09:03:20 +0000 (01:03 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Sun, 14 Jan 2001 09:03:20 +0000 (01:03 -0800)
From-SVN: r39003

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

index 5c957f9a6f6038fb3d15e04f2d846d774588f54c..5df9dd73bfa03fbab49842fb13361a86fdd2d81c 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 aca7688d8cf9744b64048ead37963db0767f8ae5..7faab34a97392cd97876982000c0f4170ba8ccb7 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)")