diff options
Diffstat (limited to 'llvm/test/Transforms/SimplifyCFG/2006-10-29-InvokeCrash.ll')
-rw-r--r-- | llvm/test/Transforms/SimplifyCFG/2006-10-29-InvokeCrash.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/Transforms/SimplifyCFG/2006-10-29-InvokeCrash.ll b/llvm/test/Transforms/SimplifyCFG/2006-10-29-InvokeCrash.ll index d067ac09944..48a1458508a 100644 --- a/llvm/test/Transforms/SimplifyCFG/2006-10-29-InvokeCrash.ll +++ b/llvm/test/Transforms/SimplifyCFG/2006-10-29-InvokeCrash.ll @@ -1,4 +1,6 @@ ; RUN: llvm-upgrade < %s | llvm-as | opt -simplifycfg -disable-output +; XFAIL: * +; Un-XFAIL this when PR1146 is finished. %struct..4._102 = type { %struct.QVectorData* } %struct..5._125 = type { %struct.QMapData* } |