summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/lsr-scale-addr-mode.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/lsr-scale-addr-mode.ll')
-rw-r--r--test/CodeGen/ARM/lsr-scale-addr-mode.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/lsr-scale-addr-mode.ll b/test/CodeGen/ARM/lsr-scale-addr-mode.ll
index 8130019..0c8d387 100644
--- a/test/CodeGen/ARM/lsr-scale-addr-mode.ll
+++ b/test/CodeGen/ARM/lsr-scale-addr-mode.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=arm | grep lsl | grep -F {lsl #2\]}
+; RUN: llc < %s -march=arm | grep lsl | grep -F "lsl #2]"
; Should use scaled addressing mode.
define void @sintzero(i32* %a) nounwind {