Fix the RUN lines so that this test actually tests.
authorDan Gohman <gohman@apple.com>
Tue, 14 Apr 2009 22:50:17 +0000 (22:50 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 14 Apr 2009 22:50:17 +0000 (22:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69096 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/h-registers-2.ll

index 12236a25544863e1020452cdf051cdb854634cb7..55415832397429a461c63931e55d88db00a0e4e8 100644 (file)
@@ -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).