Commit 74288524 by H.J. Lu Committed by H.J. Lu

Replace unspec_volatile with unspec in split_stack_return.

From-SVN: r165987
parent eac8df5d
2010-10-26 H.J. Lu <hongjiu.lu@intel.com>
* config/i386/i386.md (split_stack_return): Replace
unspec_volatile with unspec.
2010-10-26 Jonathan Wakely <jwakely.gcc@gmail.com>
* doc/install.texi: Fix typo in --with-sysroot description.
......@@ -11751,8 +11751,8 @@
;; In order to support the call/return predictor, we use a return
;; instruction which the middle-end doesn't see.
(define_insn "split_stack_return"
[(unspec_volatile [(match_operand:SI 0 "const_int_operand" "")]
UNSPEC_STACK_CHECK)]
[(unspec [(match_operand:SI 0 "const_int_operand" "")]
UNSPEC_STACK_CHECK)]
""
{
if (operands[0] == const0_rtx)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment