summaryrefslogtreecommitdiff
path: root/test/Transforms/SimplifyCFG
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-22 05:46:44 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-22 05:46:44 +0000
commit4f859aa532dbf061736f9c23e0d0882b5cdfe566 (patch)
tree5b03ace46223602b455c373f25432ef52f8ea2b4 /test/Transforms/SimplifyCFG
parent3b87d6a7b57277a17e75ec83759ea95e0579e219 (diff)
downloadllvm-4f859aa532dbf061736f9c23e0d0882b5cdfe566.tar.gz
llvm-4f859aa532dbf061736f9c23e0d0882b5cdfe566.tar.bz2
llvm-4f859aa532dbf061736f9c23e0d0882b5cdfe566.tar.xz
For PR1146:
Make ParamAttrsList objects unique. You can no longer directly create or destroy them but instead must go through the ParamAttrsList::get() interface. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36327 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/SimplifyCFG')
-rw-r--r--test/Transforms/SimplifyCFG/2006-10-29-InvokeCrash.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Transforms/SimplifyCFG/2006-10-29-InvokeCrash.ll b/test/Transforms/SimplifyCFG/2006-10-29-InvokeCrash.ll
index d067ac0994..48a1458508 100644
--- a/test/Transforms/SimplifyCFG/2006-10-29-InvokeCrash.ll
+++ b/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* }