[llvm-commits] [llvm] r44196 - /llvm/trunk/test/CodeGen/X86/2007-11-14-Coalescer-Bug.ll

Evan Cheng evan.cheng at apple.com
Fri Nov 16 15:55:09 PST 2007


Author: evancheng
Date: Fri Nov 16 17:55:08 2007
New Revision: 44196

URL: http://llvm.org/viewvc/llvm-project?rev=44196&view=rev
Log:
Typo.

Modified:
    llvm/trunk/test/CodeGen/X86/2007-11-14-Coalescer-Bug.ll

Modified: llvm/trunk/test/CodeGen/X86/2007-11-14-Coalescer-Bug.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2007-11-14-Coalescer-Bug.ll?rev=44196&r1=44195&r2=44196&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/2007-11-14-Coalescer-Bug.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2007-11-14-Coalescer-Bug.ll Fri Nov 16 17:55:08 2007
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=att | grep movl | grep 4
+; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=att | grep movl | count 4
 
 	%struct.double_int = type { i64, i64 }
 	%struct.tree_common = type <{ i8, [3 x i8] }>





More information about the llvm-commits mailing list