diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-04-02 22:35:08 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-04-02 22:35:08 +0000 |
| commit | fc613f4d61ce10028eb985fb6bd6954120922aeb (patch) | |
| tree | 5a01d62b77c53325cc0023d559aa539aee3c784c /llvm/test/CodeGen/X86/atomic64.ll | |
| parent | aeb69a54816a0a4f8dec74f11650d5337721e90e (diff) | |
| download | bcm5719-llvm-fc613f4d61ce10028eb985fb6bd6954120922aeb.tar.gz bcm5719-llvm-fc613f4d61ce10028eb985fb6bd6954120922aeb.zip | |
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.
llvm-svn: 178583
Diffstat (limited to 'llvm/test/CodeGen/X86/atomic64.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/atomic64.ll | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/atomic64.ll b/llvm/test/CodeGen/X86/atomic64.ll index 05939e8fc6d..aa000455753 100644 --- a/llvm/test/CodeGen/X86/atomic64.ll +++ b/llvm/test/CodeGen/X86/atomic64.ll @@ -1,7 +1,5 @@ ; RUN: llc < %s -O0 -march=x86-64 -mcpu=corei7 -verify-machineinstrs | FileCheck %s --check-prefix X64 -; XFAIL: cygwin,mingw32 - @sc64 = external global i64 define void @atomic_fetch_add64() nounwind { |

