Fix a bug in the RUN line
authorChris Lattner <sabre@nondot.org>
Sun, 21 Aug 2005 16:37:36 +0000 (16:37 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 21 Aug 2005 16:37:36 +0000 (16:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22945 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/shift-double.llx

index 8e11a30ead8d7132c58a2275f886b784589f2b24..4235edebda8602ebcb905c95f6ab8870eee1abcd 100644 (file)
@@ -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