[llvm-commits] CVS: llvm/test/Other/2006-02-05-PassManager.ll

Devang Patel dpatel at apple.com
Mon Feb 5 11:33:36 PST 2007



Changes in directory llvm/test/Other:

2006-02-05-PassManager.ll added (r1.1)
---
Log message:

Test case for PR1158: http://llvm.org/PR1158 


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

 2006-02-05-PassManager.ll |    5 +++++
 1 files changed, 5 insertions(+)


Index: llvm/test/Other/2006-02-05-PassManager.ll
diff -c /dev/null llvm/test/Other/2006-02-05-PassManager.ll:1.1
*** /dev/null	Mon Feb  5 13:33:30 2007
--- llvm/test/Other/2006-02-05-PassManager.ll	Mon Feb  5 13:33:20 2007
***************
*** 0 ****
--- 1,5 ----
+ ; RUN:  llvm-as < %s |  opt -domtree -idom -gcse -etforest -constmerge -disable-output
+ 
+ define i32 @test1() {
+        unreachable
+ }






More information about the llvm-commits mailing list