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 | a908b60fb2523bde61f79b12667dd8f11eb161f6 (patch) | |
tree | 81377b64046dd20e765aa8e5aae2fa5468fb3d10 | |
parent | cd3fbfb46029294792ea89dfca79c714d02044a3 (diff) | |
download | bcm5719-llvm-a908b60fb2523bde61f79b12667dd8f11eb161f6.tar.gz bcm5719-llvm-a908b60fb2523bde61f79b12667dd8f11eb161f6.zip |
Temporarily XFAIL until this can be looked at. r62557 is what caused it to start failing.
llvm-svn: 62578
-rw-r--r-- | llvm/test/Transforms/SimplifyCFG/2009-01-19-UnconditionalTrappingConstantExpr.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/SimplifyCFG/2009-01-19-UnconditionalTrappingConstantExpr.ll b/llvm/test/Transforms/SimplifyCFG/2009-01-19-UnconditionalTrappingConstantExpr.ll index 1a6f485f662..7a6128081bf 100644 --- a/llvm/test/Transforms/SimplifyCFG/2009-01-19-UnconditionalTrappingConstantExpr.ll +++ b/llvm/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. |