* config/rs6000/rs6000.md (probe_stack): Use an enclosing SET.
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 15 Dec 2009 11:58:07 +0000 (11:58 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 15 Dec 2009 11:58:07 +0000 (11:58 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155251 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/rs6000/rs6000.md

index f214d42..aaf4a1e 100644 (file)
@@ -1,3 +1,7 @@
+2009-12-15  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * config/rs6000/rs6000.md (probe_stack): Use an enclosing SET.
+
 2009-12-15  Richard Guenther  <rguenther@suse.de>
 
        * gimple.h (compare_field_offset): Declare.
index 5e959db..f30cb38 100644 (file)
   "")
 
 (define_insn "probe_stack"
-  [(unspec [(match_operand 0 "memory_operand" "=m")] UNSPEC_PROBE_STACK)]
+  [(set (match_operand 0 "memory_operand" "=m")
+        (unspec [(const_int 0)] UNSPEC_PROBE_STACK))]
   ""
   "{st%U0%X0|stw%U0%X0} 0,%0"
   [(set_attr "type" "store")