Let llvm/test/CodeGen/X86/lower-bitcast.ll tolerant of win32 calling convention.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 3 Jul 2014 07:25:00 +0000 (07:25 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 3 Jul 2014 07:25:00 +0000 (07:25 +0000)
llvm-svn: 212258

llvm/test/CodeGen/X86/lower-bitcast.ll

index 1c6327b..f47161e 100644 (file)
@@ -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