From 890d548a8003d68f675b04c3751201ef5995972b 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. llvm-svn: 212258 --- 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