llvm/test/CodeGen/X86/atomic{32|64}.ll: Unmark them out of XFAIL:win32.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 25 Mar 2013 21:07:53 +0000 (21:07 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 25 Mar 2013 21:07:53 +0000 (21:07 +0000)
I know it is incorrect and they'd fail with +Asserts for win32 targets, though.
I'll try to fix them tonight.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177914 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/atomic32.ll
test/CodeGen/X86/atomic64.ll

index 3ea96bf16997af8423f5f8d0133c84c7c5cdd2b8..080828702e18a1f5c237b4956833408af720e4a9 100644 (file)
@@ -2,7 +2,7 @@
 ; RUN: llc < %s -O0 -march=x86 -mcpu=corei7 -verify-machineinstrs | FileCheck %s --check-prefix X32
 ; RUN: llc < %s -O0 -march=x86 -mcpu=corei7 -mattr=-cmov -verify-machineinstrs | FileCheck %s --check-prefix NOCMOV
 
-; XFAIL: cygwin,mingw32,win32
+; XFAIL: cygwin,mingw32
 
 @sc32 = external global i32
 
index d362c31e6db80d568c6e6aa0d44da5e233f855b1..05939e8fc6dab37589c82b8b38692f64807abc8e 100644 (file)
@@ -1,6 +1,6 @@
 ; RUN: llc < %s -O0 -march=x86-64 -mcpu=corei7 -verify-machineinstrs | FileCheck %s --check-prefix X64
 
-; XFAIL: cygwin,mingw32,win32
+; XFAIL: cygwin,mingw32
 
 @sc64 = external global i64