summaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1993-04-27 10:21:41 -0600
committerJeff Law <law@gcc.gnu.org>1993-04-27 10:21:41 -0600
commitf57f12c340ac346c965fc7cc8fff5444c6e3f89a (patch)
treefa1fce4b8acf3041f560e7c5d0b6527fd450ec7a /gcc/config
parent3c7243a1cf5fcaa92c80dd5d528fea1190cc62fb (diff)
downloadgcc-f57f12c340ac346c965fc7cc8fff5444c6e3f89a.tar.gz
* pa.md (blockage): New pattern.
From-SVN: r4249
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/pa/pa.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config/pa/pa.md b/gcc/config/pa/pa.md
index 88c1499b09e..1af1cb5cf5a 100644
--- a/gcc/config/pa/pa.md
+++ b/gcc/config/pa/pa.md
@@ -2621,6 +2621,12 @@
"bl _mcount,%%r2\;ldo %0(%%r2),%%r25"
[(set_attr "length" "2")])
+(define_insn "blockage"
+ [(unspec_volatile [(const_int 2)] 0)]
+ ""
+ ""
+ [(set_attr "length" "0")])
+
(define_insn "jump"
[(set (pc) (label_ref (match_operand 0 "" "")))]
""