diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2009-12-15 11:58:07 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2009-12-15 11:58:07 +0000 |
commit | bb194134aca9e09bc1d35c35f87a369e994e616f (patch) | |
tree | 669c4297293fe976f36e74150adbf01218bac47f /gcc/config/rs6000/rs6000.md | |
parent | 1e4bc4ebc6a934266241e8fefb6f7924a0b7f9b3 (diff) | |
download | gcc-bb194134aca9e09bc1d35c35f87a369e994e616f.zip gcc-bb194134aca9e09bc1d35c35f87a369e994e616f.tar.gz gcc-bb194134aca9e09bc1d35c35f87a369e994e616f.tar.bz2 |
* config/rs6000/rs6000.md (probe_stack): Use an enclosing SET.
From-SVN: r155251
Diffstat (limited to 'gcc/config/rs6000/rs6000.md')
-rw-r--r-- | gcc/config/rs6000/rs6000.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index 5e959db..f30cb38 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -12552,7 +12552,8 @@ "") (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") |