summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-03-11 16:30:26 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-03-11 16:30:26 +0000
commit0087f3c6fb470fd49b816f6b47a913abbc53812e (patch)
tree212f97479ee5b1b1fdd6bde42ff8c96901feb9d8 /test
parent6ccdfc54bafa4aa77a2ccd90ec2eb819fcfd2983 (diff)
downloadexternal_llvm-0087f3c6fb470fd49b816f6b47a913abbc53812e.zip
external_llvm-0087f3c6fb470fd49b816f6b47a913abbc53812e.tar.gz
external_llvm-0087f3c6fb470fd49b816f6b47a913abbc53812e.tar.bz2
llvm/test/CodeGen/X86/handle-move.ll: Mark it as XFAIL:cygming. Investigating.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176808 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/handle-move.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/handle-move.ll b/test/CodeGen/X86/handle-move.ll
index ba96275..93441cd 100644
--- a/test/CodeGen/X86/handle-move.ll
+++ b/test/CodeGen/X86/handle-move.ll
@@ -1,6 +1,7 @@
; RUN: llc -march=x86-64 -mcpu=core2 -fast-isel -enable-misched -misched=shuffle -misched-bottomup -verify-machineinstrs < %s
; RUN: llc -march=x86-64 -mcpu=core2 -fast-isel -enable-misched -misched=shuffle -misched-topdown -verify-machineinstrs < %s
; REQUIRES: asserts
+; XFAIL: cygwin,mingw32
;
; Test the LiveIntervals::handleMove() function.
;