From: Dan Gohman Date: Tue, 14 Apr 2009 22:50:17 +0000 (+0000) Subject: Fix the RUN lines so that this test actually tests. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5b9c31841f70878f6cc36e2d94241cffda169f73;p=oota-llvm.git 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 --- diff --git a/test/CodeGen/X86/h-registers-2.ll b/test/CodeGen/X86/h-registers-2.ll index 12236a25544..55415832397 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).