commit | a2a90a052147b467411873dbc94879ee4e41e969 | [log] [tgz] |
---|---|---|
author | Owen Anderson <resistor@mac.com> | Thu Sep 04 16:48:33 2008 +0000 |
committer | Owen Anderson <resistor@mac.com> | Thu Sep 04 16:48:33 2008 +0000 |
tree | be6319c6a7177dfe457be31c10a1c38519a49301 | |
parent | 404e854a4bc184d46c235708a901770dba1a903d [diff] [blame] |
Fix the ordering of operands to the store (inverted relative to LLVM IR), and fix the testcase. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55777 91177308-0d34-0410-b5e6-96231b3b80d8
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