Commit ebc0c8bb by Jakub Jelinek Committed by Jakub Jelinek

re PR target/19012 (ICE on testsuite/gcc.c-torture/execute/930208-1.c with -fpack-struct -Os)

	PR rtl-optimization/19012
	* config/i386/i386.md (addqi_1_slp): Set memory attribute.

From-SVN: r93042
parent 0210ae14
2005-01-07 Jakub Jelinek <jakub@redhat.com> 2005-01-07 Jakub Jelinek <jakub@redhat.com>
PR rtl-optimization/19012
* config/i386/i386.md (addqi_1_slp): Set memory attribute.
PR rtl-optimization/18861 PR rtl-optimization/18861
* cfgbuild.c (BLOCK_USED_BY_TABLEJUMP): Define. * cfgbuild.c (BLOCK_USED_BY_TABLEJUMP): Define.
(FULL_STATE): Define. (FULL_STATE): Define.
......
...@@ -6297,6 +6297,10 @@ ...@@ -6297,6 +6297,10 @@
(if_then_else (match_operand:QI 1 "incdec_operand" "") (if_then_else (match_operand:QI 1 "incdec_operand" "")
(const_string "incdec") (const_string "incdec")
(const_string "alu1"))) (const_string "alu1")))
(set (attr "memory")
(if_then_else (match_operand 1 "memory_operand" "")
(const_string "load")
(const_string "none")))
(set_attr "mode" "QI")]) (set_attr "mode" "QI")])
(define_insn "*addqi_2" (define_insn "*addqi_2"
......
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