diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2007-11-16 23:55:08 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2007-11-16 23:55:08 +0000 |
| commit | 13e8b022f517ba14ff8aab0f8479f96aa6567a94 (patch) | |
| tree | 14dc2891785fa797e9bc6798acefd7868f727875 | |
| parent | a674612d9470218bf9b4982d11367da301be8128 (diff) | |
| download | bcm5719-llvm-13e8b022f517ba14ff8aab0f8479f96aa6567a94.tar.gz bcm5719-llvm-13e8b022f517ba14ff8aab0f8479f96aa6567a94.zip | |
Typo.
llvm-svn: 44196
| -rw-r--r-- | llvm/test/CodeGen/X86/2007-11-14-Coalescer-Bug.ll | 2 |
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] }> |

