summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-11-16 23:55:08 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-11-16 23:55:08 +0000
commit13e8b022f517ba14ff8aab0f8479f96aa6567a94 (patch)
tree14dc2891785fa797e9bc6798acefd7868f727875
parenta674612d9470218bf9b4982d11367da301be8128 (diff)
downloadbcm5719-llvm-13e8b022f517ba14ff8aab0f8479f96aa6567a94.tar.gz
bcm5719-llvm-13e8b022f517ba14ff8aab0f8479f96aa6567a94.zip
Typo.
llvm-svn: 44196
-rw-r--r--llvm/test/CodeGen/X86/2007-11-14-Coalescer-Bug.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2007-11-14-Coalescer-Bug.ll b/llvm/test/CodeGen/X86/2007-11-14-Coalescer-Bug.ll
index 4a8f37608b5..5a8e4e4a668 100644
--- a/llvm/test/CodeGen/X86/2007-11-14-Coalescer-Bug.ll
+++ b/llvm/test/CodeGen/X86/2007-11-14-Coalescer-Bug.ll
@@ -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] }>
OpenPOWER on IntegriCloud