Commit abe24fb3 by Jan Hubicka

Fix bug in my last checkin.

From-SVN: r35359
parent 5527bf14
...@@ -3896,7 +3896,8 @@ ...@@ -3896,7 +3896,8 @@
(plus (match_operand 1 "register_operand" "") (plus (match_operand 1 "register_operand" "")
(match_operand 2 "nonmemory_operand" ""))) (match_operand 2 "nonmemory_operand" "")))
(clobber (reg:CC 17))] (clobber (reg:CC 17))]
"reload_completed" "reload_completed
&& true_regnum (operands[0]) != true_regnum (operands[1])"
[(const_int 0)] [(const_int 0)]
" "
{ {
...@@ -6487,9 +6488,10 @@ ...@@ -6487,9 +6488,10 @@
(define_split (define_split
[(set (match_operand 0 "register_operand" "") [(set (match_operand 0 "register_operand" "")
(ashift (match_operand 1 "register_operand" "") (ashift (match_operand 1 "register_operand" "")
(match_operand:QI 2 "const_int_operand" ""))) (match_operand:QI 2 "const248_operand" "")))
(clobber (reg:CC 17))] (clobber (reg:CC 17))]
"reload_completed" "reload_completed
&& true_regnum (operands[0]) != true_regnum (operands[1])"
[(const_int 0)] [(const_int 0)]
" "
{ {
......
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