[llvm-commits] CVS: llvm/test/Assembler/2007-02-07-UpgradeCSRETCC.ll
Reid Spencer
reid at x10sys.com
Sat Apr 21 22:47:17 PDT 2007
Changes in directory llvm/test/Assembler:
2007-02-07-UpgradeCSRETCC.ll updated: 1.2 -> 1.3
---
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)
2007-02-07-UpgradeCSRETCC.ll | 2 ++
1 files changed, 2 insertions(+)
Index: llvm/test/Assembler/2007-02-07-UpgradeCSRETCC.ll
diff -u llvm/test/Assembler/2007-02-07-UpgradeCSRETCC.ll:1.2 llvm/test/Assembler/2007-02-07-UpgradeCSRETCC.ll:1.3
--- llvm/test/Assembler/2007-02-07-UpgradeCSRETCC.ll:1.2 Thu Feb 8 02:03:46 2007
+++ llvm/test/Assembler/2007-02-07-UpgradeCSRETCC.ll Sun Apr 22 00:46:44 2007
@@ -1,5 +1,7 @@
; For PR1187
; RUN: llvm-upgrade < %s > /dev/null
+; XFAIL: *
+; Un-XFAIL this when PR1146 is fixed.
%mystruct = type { int, double }
%glob = global %mystruct { int 3, double 42.0 }
More information about the llvm-commits
mailing list