aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2007-11-14-Coalescer-Bug.ll
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
commit6542481a6dca93fa931991ea99b61363345b6eeb (patch)
treed285000ffcbc9212fe1bc4f4860e98ff1b7a5eea /test/CodeGen/X86/2007-11-14-Coalescer-Bug.ll
parentd81ae56fa225d8d9670a8eab9a7051cf538ccaa6 (diff)
downloadexternal_llvm-6542481a6dca93fa931991ea99b61363345b6eeb.zip
external_llvm-6542481a6dca93fa931991ea99b61363345b6eeb.tar.gz
external_llvm-6542481a6dca93fa931991ea99b61363345b6eeb.tar.bz2
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44196 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2007-11-14-Coalescer-Bug.ll')
-rw-r--r--test/CodeGen/X86/2007-11-14-Coalescer-Bug.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2007-11-14-Coalescer-Bug.ll b/test/CodeGen/X86/2007-11-14-Coalescer-Bug.ll
index 4a8f376..5a8e4e4 100644
--- a/test/CodeGen/X86/2007-11-14-Coalescer-Bug.ll
+++ b/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] }>