From 9bc5dce98d5607b2661e7233378e294a6dec1b78 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 20 Jul 2007 16:31:26 +0000 Subject: 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 --- test/CodeGen/X86/sse-align-7.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CodeGen/X86/sse-align-7.ll') diff --git a/test/CodeGen/X86/sse-align-7.ll b/test/CodeGen/X86/sse-align-7.ll index 04b013c..d1762e0 100644 --- a/test/CodeGen/X86/sse-align-7.ll +++ b/test/CodeGen/X86/sse-align-7.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=x86-64 | grep movdqa | wc -l | grep 1 +; RUN: llvm-as < %s | llc -march=x86-64 | grep movaps | wc -l | grep 1 define void @bar(<2 x i64>* %p, <2 x i64> %x) { -- cgit v1.1