* pa.md (blockage): New pattern.
authorJeff Law <law@gcc.gnu.org>
Tue, 27 Apr 1993 16:21:41 +0000 (10:21 -0600)
committerJeff Law <law@gcc.gnu.org>
Tue, 27 Apr 1993 16:21:41 +0000 (10:21 -0600)
From-SVN: r4249

gcc/config/pa/pa.md

index 88c1499b09eece7dda45f07f9cc3f84ecc49e735..1af1cb5cf5aec8b649805f563795d62a34b3dcf7 100644 (file)
   "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 "" "")))]
   ""