summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/thumb2-shifter.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/ARM/thumb2-shifter.ll')
-rw-r--r--llvm/test/CodeGen/ARM/thumb2-shifter.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/thumb2-shifter.ll b/llvm/test/CodeGen/ARM/thumb2-shifter.ll
index f9ec5067ec0..9bd6e43101a 100644
--- a/llvm/test/CodeGen/ARM/thumb2-shifter.ll
+++ b/llvm/test/CodeGen/ARM/thumb2-shifter.ll
@@ -2,7 +2,7 @@
; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep lsr
; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep asr
; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep ror
-; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep mov
+; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | not grep mov
define i32 @t2ADDrs_lsl(i32 %X, i32 %Y) {
%A = shl i32 %Y, 16
OpenPOWER on IntegriCloud