diff options
-rw-r--r-- | test/Transforms/ConstProp/half.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ConstProp/half.ll b/test/Transforms/ConstProp/half.ll index b9d2aeb716..dcd98d45f9 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() { |