[llvm-commits] CVS: llvm/test/Regression/Transforms/ADCE/2003-09-15-InfLoopCrash.ll

Chris Lattner lattner at cs.uiuc.edu
Mon Sep 15 10:30:03 PDT 2003


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

2003-09-15-InfLoopCrash.ll added (r1.1)

---
Log message:

new testcase that crashes opt


---
Diffs of the changes:

Index: llvm/test/Regression/Transforms/ADCE/2003-09-15-InfLoopCrash.ll
diff -c /dev/null llvm/test/Regression/Transforms/ADCE/2003-09-15-InfLoopCrash.ll:1.1
*** /dev/null	Mon Sep 15 10:29:21 2003
--- llvm/test/Regression/Transforms/ADCE/2003-09-15-InfLoopCrash.ll	Mon Sep 15 10:29:11 2003
***************
*** 0 ****
--- 1,8 ----
+ ; RUN: llvm-as < %s | opt -adce -disable-output
+ 
+ int %main() {
+ 	br label %loop
+ 
+ loop:
+ 	br label %loop
+ }





More information about the llvm-commits mailing list