diff options
author | Bill Wendling <isanbard@gmail.com> | 2009-01-20 10:28:39 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2009-01-20 10:28:39 +0000 |
commit | c60fbcc133a98090f3f6a67a4d1cfad61238fc8e (patch) | |
tree | d66fe3755fdf3c7c87c0fbc801af370c67c9a54d | |
parent | f90fb345db46faf25240e066f41025e009b09768 (diff) |
Temporarily XFAIL until this can be looked at. r62557 is what caused it to start failing.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62578 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Transforms/SimplifyCFG/2009-01-19-UnconditionalTrappingConstantExpr.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Transforms/SimplifyCFG/2009-01-19-UnconditionalTrappingConstantExpr.ll b/test/Transforms/SimplifyCFG/2009-01-19-UnconditionalTrappingConstantExpr.ll index 1a6f485f66..7a6128081b 100644 --- a/test/Transforms/SimplifyCFG/2009-01-19-UnconditionalTrappingConstantExpr.ll +++ b/test/Transforms/SimplifyCFG/2009-01-19-UnconditionalTrappingConstantExpr.ll @@ -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. |