summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Generic/switch-lower-feature.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/Generic/switch-lower-feature.ll')
-rw-r--r--llvm/test/CodeGen/Generic/switch-lower-feature.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Generic/switch-lower-feature.ll b/llvm/test/CodeGen/Generic/switch-lower-feature.ll
index 989693cf3f2..05234012547 100644
--- a/llvm/test/CodeGen/Generic/switch-lower-feature.ll
+++ b/llvm/test/CodeGen/Generic/switch-lower-feature.ll
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=x86 -o - | grep \$7 | count 1
-; RUN: llvm-as < %s | llc -march=x86 -o - | grep \$6 | count 1
+; RUN: llvm-as < %s | llc -march=x86 -o - | grep {\$7} | count 1
+; RUN: llvm-as < %s | llc -march=x86 -o - | grep {\$6} | count 1
; RUN: llvm-as < %s | llc -march=x86 -o - | grep 1024 | count 1
; RUN: llvm-as < %s | llc -march=x86 -o - | grep jb | count 2
; RUN: llvm-as < %s | llc -march=x86 -o - | grep je | count 1
OpenPOWER on IntegriCloud