Changes in directory llvm/test/Other:

2007-06-05-PassID.ll added (r1.1)
---
Log message:

New test.


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

 2007-06-05-PassID.ll |   11 +++++++++++
 1 files changed, 11 insertions(+)


Index: llvm/test/Other/2007-06-05-PassID.ll
diff -c /dev/null llvm/test/Other/2007-06-05-PassID.ll:1.1
*** /dev/null   Tue Jun  5 15:23:30 2007
--- llvm/test/Other/2007-06-05-PassID.ll        Tue Jun  5 15:23:20 2007
***************
*** 0 ****
--- 1,11 ----
+ ;RUN: llvm-as < %s | opt -analyze -print-cfg-only -disable-output
+ ;PR 1497
+ 
+ define void @foo() {
+ entry:
+       br label %return
+ 
+ return:               ; preds = %entry
+       ret void
+ }
+ 



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

Reply via email to