summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/sse-align-10.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2007-07-20 16:31:26 +0000
committerDan Gohman <gohman@apple.com>2007-07-20 16:31:26 +0000
commit9bc5dce98d5607b2661e7233378e294a6dec1b78 (patch)
treed3de144e9980e8654fff6a244fa4c8e1f89c16fb /test/CodeGen/X86/sse-align-10.ll
parent6ad5fde5d01e0c8c23b928583d2fb9489b1b5a36 (diff)
downloadllvm-9bc5dce98d5607b2661e7233378e294a6dec1b78.tar.gz
llvm-9bc5dce98d5607b2661e7233378e294a6dec1b78.tar.bz2
llvm-9bc5dce98d5607b2661e7233378e294a6dec1b78.tar.xz
Update these regression tests to accomodate X86InstrSSE.td now using movups/movaps
for everything. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40101 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/sse-align-10.ll')
-rw-r--r--test/CodeGen/X86/sse-align-10.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/sse-align-10.ll b/test/CodeGen/X86/sse-align-10.ll
index e94c090794..6f2ffc495f 100644
--- a/test/CodeGen/X86/sse-align-10.ll
+++ b/test/CodeGen/X86/sse-align-10.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86-64 | grep movdqu | wc -l | grep 1
+; RUN: llvm-as < %s | llc -march=x86-64 | grep movups | wc -l | grep 1
define <2 x i64> @bar(<2 x i64>* %p)
{