aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-04-17 18:36:18 +0000
committerRichard Stallman <rms@gnu.org>1992-04-17 18:36:18 +0000
commitd0b97e0a2dc85fc16f79358c248720029f0526bc (patch)
tree759c777b3d881aca6ff101d8a70303517a24f9f2 /gcc
parent7fc89bbe4ea7e4d4acace80341e9a71db5949a22 (diff)
downloadgcc-d0b97e0a2dc85fc16f79358c248720029f0526bc.zip
gcc-d0b97e0a2dc85fc16f79358c248720029f0526bc.tar.gz
gcc-d0b97e0a2dc85fc16f79358c248720029f0526bc.tar.bz2
*** empty log message ***
From-SVN: r763
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/vax/vax.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/config/vax/vax.md b/gcc/config/vax/vax.md
index e17c8ca..7467fae 100644
--- a/gcc/config/vax/vax.md
+++ b/gcc/config/vax/vax.md
@@ -1700,9 +1700,12 @@
""
"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"