diff options
author | jingyu <jingyu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-07-07 18:21:48 +0000 |
---|---|---|
committer | jingyu <jingyu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-07-07 18:21:48 +0000 |
commit | 5ff35328ca8375ad3c6af98a2e4aeb8942a71a44 (patch) | |
tree | 4ff2604c01b328d3f8580292a3273ff67e97e41b /gcc/config/arm/thumb2.md | |
parent | 95940f48e8c3ef361a03edfded7db569e9164daa (diff) | |
download | gcc-5ff35328ca8375ad3c6af98a2e4aeb8942a71a44.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@161930 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/arm/thumb2.md')
-rw-r--r-- | gcc/config/arm/thumb2.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/arm/thumb2.md b/gcc/config/arm/thumb2.md index 77f1ac49f49..55bb41ff697 100644 --- a/gcc/config/arm/thumb2.md +++ b/gcc/config/arm/thumb2.md @@ -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])); ") |