diff options
author | Owen Anderson <resistor@mac.com> | 2013-02-07 06:26:55 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2013-02-07 06:26:55 +0000 |
commit | 54b8fa3bb7341ec7064517118b181ab5f20f54cd (patch) | |
tree | 6be35cf2ff9ab86188e55dc607a795ea1e048297 /test | |
parent | a79535c0dd22c25ab4ae8e90f71b182b539b28b0 (diff) |
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
Diffstat (limited to 'test')
-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() { |