summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/atomic32.ll
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-04-02 22:35:08 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-04-02 22:35:08 +0000
commit17020de0e95b5bc256a2c7d449095b09eee1fff3 (patch)
tree3d824fb504c1d73ee8a1e01bf240a93ad5b60533 /test/CodeGen/X86/atomic32.ll
parent2ccdbc6675fd5bafb6da65dfca850b6e2587f9f3 (diff)
downloadllvm-17020de0e95b5bc256a2c7d449095b09eee1fff3.tar.gz
llvm-17020de0e95b5bc256a2c7d449095b09eee1fff3.tar.bz2
llvm-17020de0e95b5bc256a2c7d449095b09eee1fff3.tar.xz
llvm/test/CodeGen/X86: Unmark them out of XFAIL:cygming, in atomic{32|64}.ll and handle-move.ll, corresponding to r178549.
This reverts r176808, r176798, and r177914. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178583 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/atomic32.ll')
-rw-r--r--test/CodeGen/X86/atomic32.ll2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/CodeGen/X86/atomic32.ll b/test/CodeGen/X86/atomic32.ll
index 080828702e..3cb9ca1c76 100644
--- a/test/CodeGen/X86/atomic32.ll
+++ b/test/CodeGen/X86/atomic32.ll
@@ -2,8 +2,6 @@
; 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
-
@sc32 = external global i32
define void @atomic_fetch_add32() nounwind {