summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-04-14 22:50:17 +0000
committerDan Gohman <gohman@apple.com>2009-04-14 22:50:17 +0000
commit5b9c31841f70878f6cc36e2d94241cffda169f73 (patch)
tree85030b743e84038916f402e55af661d650618654 /test
parent62ad138d7033e207842337c9fb909f70e32b14ea (diff)
downloadllvm-5b9c31841f70878f6cc36e2d94241cffda169f73.tar.gz
llvm-5b9c31841f70878f6cc36e2d94241cffda169f73.tar.bz2
llvm-5b9c31841f70878f6cc36e2d94241cffda169f73.tar.xz
Fix the RUN lines so that this test actually tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69096 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-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 12236a2554..5541583239 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).