*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Fri, 17 Apr 1992 18:36:18 +0000 (18:36 +0000)
committerRichard Stallman <rms@gnu.org>
Fri, 17 Apr 1992 18:36:18 +0000 (18:36 +0000)
From-SVN: r763

gcc/config/vax/vax.md

index e17c8cadb91830cb4b1d7f246faafe1a343b0958..7467faebcf092f0e641230c6f24e9997ea18128e 100644 (file)
   ""
   "nop")
 
+;; This had a wider constraint once, and it had trouble.
+;; 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"))]
-  "(GET_CODE (operands[0]) != MEM || offsettable_memref_p (operands[0]))"
+  ""
   "jmp (%0)")
 
 (define_insn "casesi"