commit | 9c5edc00c41c29be5b088710a4a7ae8507179b64 | [log] [tgz] |
---|---|---|
author | Jim Grosbach <grosbach@apple.com> | Wed Oct 26 17:28:15 2011 +0000 |
committer | Jim Grosbach <grosbach@apple.com> | Wed Oct 26 17:28:15 2011 +0000 |
tree | 88cb9ef94bda646ab6a2b686fc773d7f6460474f | |
parent | f8261e7d07a8994e08cdba9f0e336e645daf104c [diff] [blame] |
Thumb2 remove redundant ".w" suffix from t2MVNCCi pattern. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143034 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/ARM/select-imm.ll b/test/CodeGen/ARM/select-imm.ll index f43dde5..e927b39 100644 --- a/test/CodeGen/ARM/select-imm.ll +++ b/test/CodeGen/ARM/select-imm.ll
@@ -71,7 +71,7 @@ ; ARMT2: movtlt [[R0]], #65365 ; THUMB2: t4: -; THUMB2: mvnlt.w [[R0:r[0-9]+]], #11141290 +; THUMB2: mvnlt [[R0:r[0-9]+]], #11141290 %0 = icmp slt i32 %a, %b %1 = select i1 %0, i32 4283826005, i32 %x ret i32 %1