Commit 88c1612f by Wei Guozhi Committed by Jing Yu

thumb2.md (peephole2 to convert zero_extract/compare of lowest bits to…

thumb2.md (peephole2 to convert zero_extract/compare of lowest bits to lshift/compare): Add a missing line.

2010-07-07  Wei Guozhi  <carrot@google.com>
	* config/arm/thumb2.md (peephole2 to convert zero_extract/compare
	of lowest bits to lshift/compare): Add a missing line.

From-SVN: r161930
parent ece53c91
2010-07-07 Wei Guozhi <carrot@google.com>
* config/arm/thumb2.md (peephole2 to convert zero_extract/compare
of lowest bits to lshift/compare): Add a missing line.
2010-07-07 Wei Guozhi <carrot@google.com>
* config/arm/thumb2.md (peephole2 to convert zero_extract/compare
of lowest bits to lshift/compare): New.
2010-07-07 Tom Tromey <tromey@redhat.com>
......
......@@ -1523,4 +1523,6 @@
(set (pc)
(if_then_else (match_op_dup 4 [(match_dup 0) (const_int 0)])
(match_dup 5) (match_dup 6)))]
"
operands[2] = GEN_INT (32 - INTVAL (operands[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