diff options
Diffstat (limited to 'test/CodeGen/X86/fast-isel-mem.ll')
-rw-r--r-- | test/CodeGen/X86/fast-isel-mem.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fast-isel-mem.ll b/test/CodeGen/X86/fast-isel-mem.ll index 5c39fb4..ca175c4 100644 --- a/test/CodeGen/X86/fast-isel-mem.ll +++ b/test/CodeGen/X86/fast-isel-mem.ll @@ -1,5 +1,5 @@ ; RUN: llvm-as < %s | llc -fast-isel -mtriple=i386-apple-darwin -mattr=sse2 | \ -; RUN: grep mov | grep lazy_ptr | count 2 +; RUN: grep mov | grep lazy_ptr | count 1 @src = external global i32 |