diff options
author | Dan Gohman <gohman@apple.com> | 2008-09-19 22:16:54 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-09-19 22:16:54 +0000 |
commit | 2ff7fd146159d97abe94391a33b4385abb06bbb0 (patch) | |
tree | e89dff6ddeb34edb1bca64719c9d55763ab4ba92 /test/CodeGen/X86/fast-isel-mem.ll | |
parent | d6bd73353403fd6f132d20b68750fe4bf8c0af64 (diff) |
Refactor X86SelectConstAddr, folding it into X86SelectAddress. This
results in better code for globals. Also, unbreak the local CSE for
GlobalValue stub loads.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56371 91177308-0d34-0410-b5e6-96231b3b80d8
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 5ee5676157..dfee4f2a11 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 | \ -; RUN: grep mov | grep lazy_ptr | count 2 +; RUN: grep lazy_ptr, | count 2 ; RUN: llvm-as < %s | llc -fast-isel -march=x86 -relocation-model=static | \ ; RUN: grep lea |