summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2010-09-24 20:34:49 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2010-09-24 20:34:49 +0000
commit9d06adcf88a64bce44c14c773c2a12ba5321095a (patch)
treeb4e71eaa50c4da4dcb90fdcb643feef22aefaf9b /llvm/test/Transforms
parentded5f66813de5d400792ef53240addd91049ef79 (diff)
downloadbcm5719-llvm-9d06adcf88a64bce44c14c773c2a12ba5321095a.tar.gz
bcm5719-llvm-9d06adcf88a64bce44c14c773c2a12ba5321095a.zip
Be more precise when trying to XFAIL this tester: http://google1.osuosl.org:8011/builders/llvm-arm-linux
llvm-svn: 114755
Diffstat (limited to 'llvm/test/Transforms')
-rw-r--r--llvm/test/Transforms/InstCombine/fold-calls.ll7
1 files changed, 4 insertions, 3 deletions
diff --git a/llvm/test/Transforms/InstCombine/fold-calls.ll b/llvm/test/Transforms/InstCombine/fold-calls.ll
index b87edb69c66..fbd09affcb5 100644
--- a/llvm/test/Transforms/InstCombine/fold-calls.ll
+++ b/llvm/test/Transforms/InstCombine/fold-calls.ll
@@ -1,8 +1,9 @@
; RUN: opt -instcombine -S < %s | FileCheck %s
-; This test is inexplicably still failing, which suggests a
-; bug in the host libm.
-; XFAIL: arm-linux
+; This test is inexplicably still failing, which suggests a bug in the host
+; libm. It appears that sin(inf) returns NaN without setting a floating point
+; exception.
+; XFAIL: arm-pc-linux-gnu
; This shouldn't fold, because sin(inf) is invalid.
; CHECK: @foo
OpenPOWER on IntegriCloud