Temporarily XFAIL until this can be looked at. r62557 is what caused it to start...
authorBill Wendling <isanbard@gmail.com>
Tue, 20 Jan 2009 10:28:39 +0000 (10:28 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 20 Jan 2009 10:28:39 +0000 (10:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62578 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/SimplifyCFG/2009-01-19-UnconditionalTrappingConstantExpr.ll

index 1a6f485f6621e8e2bed32e790bf432dcbd320506..7a6128081bf04c02f161352fd1e69aba68e0280f 100644 (file)
@@ -1,4 +1,5 @@
 ; RUN: llvm-as < %s | opt -simplifycfg | llvm-dis | grep {br i1 } | count 4
+; XFAIL: *
 ; PR3354
 ; Do not merge bb1 into the entry block, it might trap.