[llvm-commits] CVS: llvm/test/Regression/Jello/2003-08-23-DeadBlockTest.llx

Chris Lattner lattner at cs.uiuc.edu
Sat Aug 23 19:23:01 PDT 2003


Changes in directory llvm/test/Regression/Jello:

2003-08-23-DeadBlockTest.llx added (r1.1)

---
Log message:

New testcase, distilled from 176.gcc


---
Diffs of the changes:

Index: llvm/test/Regression/Jello/2003-08-23-DeadBlockTest.llx
diff -c /dev/null llvm/test/Regression/Jello/2003-08-23-DeadBlockTest.llx:1.1
*** /dev/null	Sat Aug 23 19:22:00 2003
--- llvm/test/Regression/Jello/2003-08-23-DeadBlockTest.llx	Sat Aug 23 19:21:50 2003
***************
*** 0 ****
--- 1,12 ----
+ ; RUN: as < %s | llc -march=x86
+ 
+ implementation
+ 
+ void %test() {
+ entry:   ret void 
+ Test:   ; dead block!
+ 	call void %test()
+ 	call void %test()
+ 	ret void
+ }
+ 





More information about the llvm-commits mailing list