[llvm-commits] CVS: llvm/test/Transforms/SimplifyCFG/2006-10-29-InvokeCrash.ll
Reid Spencer
reid at x10sys.com
Sat Apr 21 22:47:25 PDT 2007
Changes in directory llvm/test/Transforms/SimplifyCFG:
2006-10-29-InvokeCrash.ll updated: 1.3 -> 1.4
---
Log message:
For PR1146: http://llvm.org/PR1146 :
Make ParamAttrsList objects unique. You can no longer directly create or
destroy them but instead must go through the ParamAttrsList::get()
interface.
---
Diffs of the changes: (+2 -0)
2006-10-29-InvokeCrash.ll | 2 ++
1 files changed, 2 insertions(+)
Index: llvm/test/Transforms/SimplifyCFG/2006-10-29-InvokeCrash.ll
diff -u llvm/test/Transforms/SimplifyCFG/2006-10-29-InvokeCrash.ll:1.3 llvm/test/Transforms/SimplifyCFG/2006-10-29-InvokeCrash.ll:1.4
--- llvm/test/Transforms/SimplifyCFG/2006-10-29-InvokeCrash.ll:1.3 Sun Dec 31 00:02:00 2006
+++ llvm/test/Transforms/SimplifyCFG/2006-10-29-InvokeCrash.ll Sun Apr 22 00:46:44 2007
@@ -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* }
More information about the llvm-commits
mailing list