[llvm-commits] CVS: llvm/test/Other/2007-06-05-PassID.ll

Devang Patel dpatel at apple.com
Tue Jun 5 13:23:42 PDT 2007



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
+ }
+ 






More information about the llvm-commits mailing list