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:
parent
ece53c9114
commit
88c1612f9b
@ -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
|
||||
|
@ -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]));
|
||||
")
|
||||
|
Loading…
Reference in New Issue
Block a user