From 17020de0e95b5bc256a2c7d449095b09eee1fff3 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 2 Apr 2013 22:35:08 +0000 Subject: 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 --- test/CodeGen/X86/atomic32.ll | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/CodeGen/X86/atomic32.ll') 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 { -- cgit v1.2.3