From 1c75ef2ce202f7a13e2dcde4e317ebe3c40f64bd Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 15 Apr 2007 22:20:47 +0000 Subject: For PR1319: Upgrade to new test harness. llvm-svn: 36091 --- llvm/test/CodeGen/X86/shift-codegen.ll | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'llvm/test/CodeGen/X86/shift-codegen.ll') diff --git a/llvm/test/CodeGen/X86/shift-codegen.ll b/llvm/test/CodeGen/X86/shift-codegen.ll index 0195226bd5e..83235c0ff55 100644 --- a/llvm/test/CodeGen/X86/shift-codegen.ll +++ b/llvm/test/CodeGen/X86/shift-codegen.ll @@ -1,4 +1,5 @@ -; RUN: llvm-as < %s | llc -relocation-model=static -march=x86 | grep 'shll $3' | wc -l | grep 2 +; RUN: llvm-as < %s | llc -relocation-model=static -march=x86 | \ +; RUN: grep {shll \$3} | wc -l | grep 2 ; This should produce two shll instructions, not any lea's. -- cgit v1.2.3