From f9f10e3f951ca151f2b2430ac881a4d457b92f10 Mon Sep 17 00:00:00 2001 From: Nico Rieck Date: Sun, 12 Jan 2014 15:57:38 +0000 Subject: [PATCH] Make test independent of scheduling git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199055 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/i64-mem-copy.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/i64-mem-copy.ll b/test/CodeGen/X86/i64-mem-copy.ll index edab4e6d3f0..bf778968c89 100644 --- a/test/CodeGen/X86/i64-mem-copy.ll +++ b/test/CodeGen/X86/i64-mem-copy.ll @@ -3,7 +3,7 @@ ; X64: movq ({{%rsi|%rdx}}), %r ; RUN: llc < %s -march=x86 -mattr=+sse2 | FileCheck %s -check-prefix=X32 -; X32: movsd (%ecx), %xmm +; X32: movsd ({{%ecx|%eax}}), %xmm ; Uses movsd to load / store i64 values if sse2 is available. -- 2.34.1