Commit ca4ae08d by Jan Hubicka Committed by Jan Hubicka

* i386.md (shift to lea splitter): Use const_int_operand.

From-SVN: r35423
parent 8e4e0347
Wed Aug 2 15:59:34 MET DST 2000 Jan Hubicka <jh@suse.cz>
* i386.md (shift to lea splitter): Use const_int_operand.
2000-08-02 Zack Weinberg <zack@wolery.cumb.org>
* cppexp.c, cppinit.c, cpplex.c, cpplib.c, cppmacro.c,
......
......@@ -6488,7 +6488,7 @@
(define_split
[(set (match_operand 0 "register_operand" "")
(ashift (match_operand 1 "register_operand" "")
(match_operand:QI 2 "const248_operand" "")))
(match_operand:QI 2 "const_int_operand" "")))
(clobber (reg:CC 17))]
"reload_completed
&& true_regnum (operands[0]) != true_regnum (operands[1])"
......
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