[llvm-commits] CVS: llvm/test/Feature/escaped_label.ll

Chris Lattner lattner at cs.uiuc.edu
Thu Dec 9 21:27:28 PST 2004



Changes in directory llvm/test/Feature:

escaped_label.ll added (r1.1)
---
Log message:

Simple testcase for quoted label.


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

Index: llvm/test/Feature/escaped_label.ll
diff -c /dev/null llvm/test/Feature/escaped_label.ll:1.1
*** /dev/null	Thu Dec  9 23:27:24 2004
--- llvm/test/Feature/escaped_label.ll	Thu Dec  9 23:27:14 2004
***************
*** 0 ****
--- 1,10 ----
+ ; RUN: llvm-as %s -o - | llvm-dis > %t1.ll
+ ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
+ ; RUN: diff %t1.ll %t2.ll
+ 
+ 
+ int %foo() {
+ 	br label "foo"
+ "foo":
+ 	ret int 17
+ }






More information about the llvm-commits mailing list