From 693b9ee16f0ab82790ba106b68e6dbf2e44acaa4 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Thu, 3 Jul 2014 07:25:00 +0000 Subject: [PATCH] Let llvm/test/CodeGen/X86/lower-bitcast.ll tolerant of win32 calling convention. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212258 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/lower-bitcast.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/lower-bitcast.ll b/test/CodeGen/X86/lower-bitcast.ll index 1c6327bbc23..f47161e5520 100644 --- a/test/CodeGen/X86/lower-bitcast.ll +++ b/test/CodeGen/X86/lower-bitcast.ll @@ -79,7 +79,7 @@ define i64 @test4(i64 %A) { ; CHECK: ret ; ; CHECK-WIDE-LABEL: test4 -; CHECK-WIDE: movd %rdi, +; CHECK-WIDE: movd %{{rdi|rcx}}, ; CHECK-WIDE-NEXT: paddd ; CHECK-WIDE-NEXT: movd {{.*}}, %rax ; CHECK-WIDE: ret