From 54b8fa3bb7341ec7064517118b181ab5f20f54cd Mon Sep 17 00:00:00 2001 From: Owen Anderson Date: Thu, 7 Feb 2013 06:26:55 +0000 Subject: [PATCH] Another attempt at getting the XFAIL line right for this test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174588 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/ConstProp/half.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Transforms/ConstProp/half.ll b/test/Transforms/ConstProp/half.ll index b9d2aeb7169..dcd98d45f9f 100644 --- a/test/Transforms/ConstProp/half.ll +++ b/test/Transforms/ConstProp/half.ll @@ -1,5 +1,5 @@ ; RUN: opt -constprop -S < %s | FileCheck %s -; XFAIL: win32, freebsd +; XFAIL: win32, freebsd8.2, mingw32 ; CHECK: fabs_call define half @fabs_call() {