From: Chris Lattner Date: Sun, 21 Aug 2005 16:37:36 +0000 (+0000) Subject: Fix a bug in the RUN line X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=2cfd128becb373451405fc9838ed799e5012808f;p=oota-llvm.git Fix a bug in the RUN line git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22945 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/shift-double.llx b/test/CodeGen/X86/shift-double.llx index 8e11a30ead8..4235edebda8 100644 --- a/test/CodeGen/X86/shift-double.llx +++ b/test/CodeGen/X86/shift-double.llx @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel grep sh[lr]d | wc -l | grep 5 +; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel | grep sh[lr]d | wc -l | grep 5 long %test1(long %X, ubyte %C) { %Y = shl long %X, ubyte %C