From 5b9c31841f70878f6cc36e2d94241cffda169f73 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 14 Apr 2009 22:50:17 +0000 Subject: 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 --- test/CodeGen/X86/h-registers-2.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/CodeGen/X86/h-registers-2.ll') 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). -- cgit v1.1