aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/CodeGen/X86/h-registers-2.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/h-registers-2.ll b/test/CodeGen/X86/h-registers-2.ll
index 12236a2..5541583 100644
--- a/test/CodeGen/X86/h-registers-2.ll
+++ b/test/CodeGen/X86/h-registers-2.ll
@@ -1,6 +1,6 @@
; RUN: llvm-as < %s | llc -march=x86 > %t
-; grep {movzbl %\[abcd\]h,} %t | count 1
-; grep {shll \$3,} | count 1
+; RUN: grep {movzbl %\[abcd\]h,} %t | count 1
+; RUN: grep {shll \$3,} %t | count 1
; Use an h register, but don't omit the explicit shift for
; non-address use(s).