diff options
author | Jeff Law <law@gcc.gnu.org> | 1993-04-27 10:21:41 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1993-04-27 10:21:41 -0600 |
commit | f57f12c340ac346c965fc7cc8fff5444c6e3f89a (patch) | |
tree | fa1fce4b8acf3041f560e7c5d0b6527fd450ec7a /gcc/config | |
parent | 3c7243a1cf5fcaa92c80dd5d528fea1190cc62fb (diff) | |
download | gcc-f57f12c340ac346c965fc7cc8fff5444c6e3f89a.tar.gz |
* pa.md (blockage): New pattern.
From-SVN: r4249
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/pa/pa.md | 6 |
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 "" "")))] "" |