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
This commit is contained in:
Wei Guozhi 2010-07-07 18:21:48 +00:00 committed by Jing Yu
parent ece53c9114
commit 88c1612f9b
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -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]));
")