Commit 1991321c by H.J. Lu Committed by H.J. Lu

Check Pmode in lwp_slwpcb

2012-03-11  H.J. Lu  <hongjiu.lu@intel.com>

	* config/i386/i386.md (lwp_slwpcb): Check Pmode instead of
	TARGET_64BIT.

From-SVN: r185195
parent 9ec90caa
2012-03-11 H.J. Lu <hongjiu.lu@intel.com>
* config/i386/i386.md (lwp_slwpcb): Check Pmode instead of
TARGET_64BIT.
2012-03-11 H.J. Lu <hongjiu.lu@intel.com>
Uros Bizjak <ubizjak@gmail.com>
* config/i386/predicates.md (call_insn_operand): Allow
......
......@@ -18031,7 +18031,7 @@
{
rtx (*insn)(rtx);
insn = (TARGET_64BIT
insn = (Pmode == DImode
? gen_lwp_slwpcbdi
: gen_lwp_slwpcbsi);
......
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