Commit 3a4ffde6 by Uros Bizjak Committed by Uros Bizjak

i386.c: Tidy processor feature bitmasks.

	* config/i386/i386.c: Tidy processor feature bitmasks.
	(m_P4_NOCONA): New.

From-SVN: r176215
parent 10b75750
2011-07-12 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.c: Tidy processor feature bitmasks.
(m_P4_NOCONA): New.
2011-07-12 Andrew Pinski <pinskia@gmail.com> 2011-07-12 Andrew Pinski <pinskia@gmail.com>
PR rtl-opt/49474 PR rtl-opt/49474
......
...@@ -10963,9 +10963,7 @@ ...@@ -10963,9 +10963,7 @@
(set_attr "modrm" "0")]) (set_attr "modrm" "0")])
(define_expand "indirect_jump" (define_expand "indirect_jump"
[(set (pc) (match_operand 0 "nonimmediate_operand" ""))] [(set (pc) (match_operand 0 "nonimmediate_operand" ""))])
""
"")
(define_insn "*indirect_jump" (define_insn "*indirect_jump"
[(set (pc) (match_operand:P 0 "nonimmediate_operand" "rm"))] [(set (pc) (match_operand:P 0 "nonimmediate_operand" "rm"))]
......
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