summaryrefslogtreecommitdiffstats
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
commit86e43e799999497b0436ec9ac2110e7b55025066 (patch)
tree660c980366eaaffe6b2ddbb72f85cd57603ae02a
parent62f4498646cb5a48a20f46f4f60ca1b9ea650a96 (diff)
downloadbcm5719-llvm-86e43e799999497b0436ec9ac2110e7b55025066.tar.gz
bcm5719-llvm-86e43e799999497b0436ec9ac2110e7b55025066.zip
Fix the RUN lines so that this test actually tests.
llvm-svn: 69096
-rw-r--r--llvm/test/CodeGen/X86/h-registers-2.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/h-registers-2.ll b/llvm/test/CodeGen/X86/h-registers-2.ll
index 12236a25544..55415832397 100644
--- a/llvm/test/CodeGen/X86/h-registers-2.ll
+++ b/llvm/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).
OpenPOWER on IntegriCloud