From a60c7a0f4b33639fa6e68e66149a2a6f4d4ca5bf Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 11 Mar 2013 16:30:26 +0000 Subject: [PATCH] llvm/test/CodeGen/X86/handle-move.ll: Mark it as XFAIL:cygming. Investigating. llvm-svn: 176808 --- llvm/test/CodeGen/X86/handle-move.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/test/CodeGen/X86/handle-move.ll b/llvm/test/CodeGen/X86/handle-move.ll index ba96275..93441cd 100644 --- a/llvm/test/CodeGen/X86/handle-move.ll +++ b/llvm/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. ; -- 2.7.4