Changes in directory llvm/test/Regression/Transforms/DeadArgElim:

2006-06-27-struct-ret.ll added (r1.1)
---
Log message:

testcase that crashes dead arg elim.


---
Diffs of the changes:  (+13 -0)

 2006-06-27-struct-ret.ll |   13 +++++++++++++
 1 files changed, 13 insertions(+)


Index: llvm/test/Regression/Transforms/DeadArgElim/2006-06-27-struct-ret.ll
diff -c /dev/null 
llvm/test/Regression/Transforms/DeadArgElim/2006-06-27-struct-ret.ll:1.1
*** /dev/null   Tue Jun 27 15:58:51 2006
--- llvm/test/Regression/Transforms/DeadArgElim/2006-06-27-struct-ret.ll        
Tue Jun 27 15:58:41 2006
***************
*** 0 ****
--- 1,13 ----
+ ; RUN: llvm-as < %s | opt -deadargelim -disable-output
+ 
+ implementation
+ 
+ internal csretcc void %build_delaunay({int}* %agg.result) {
+       ret void
+ }
+ 
+ void %test() {
+   call csretcc void %build_delaunay({int}* null)
+   ret void
+ }
+ 



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to