From: NAKAMURA Takumi Date: Thu, 3 Jul 2014 07:25:00 +0000 (+0000) Subject: Let llvm/test/CodeGen/X86/lower-bitcast.ll tolerant of win32 calling convention. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=254bd27ce2b9fd4394aa93c863c74791864262bb;p=platform%2Fupstream%2Fllvm.git Let llvm/test/CodeGen/X86/lower-bitcast.ll tolerant of win32 calling convention. llvm-svn: 212258 --- diff --git a/llvm/test/CodeGen/X86/lower-bitcast.ll b/llvm/test/CodeGen/X86/lower-bitcast.ll index 1c6327b..f47161e 100644 --- a/llvm/test/CodeGen/X86/lower-bitcast.ll +++ b/llvm/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