[llvm-commits] CVS: llvm/test/Feature/wierdnames.ll
Chris Lattner
lattner at cs.uiuc.edu
Fri Aug 22 19:51:43 PDT 2003
Changes in directory llvm/test/Feature:
wierdnames.ll added (r1.1)
---
Log message:
New testcase for non-simple variable and type names
---
Diffs of the changes:
Index: llvm/test/Feature/wierdnames.ll
diff -c /dev/null llvm/test/Feature/wierdnames.ll:1.1
*** /dev/null Fri Aug 22 00:40:14 2003
--- llvm/test/Feature/wierdnames.ll Fri Aug 22 00:40:04 2003
***************
*** 0 ****
--- 1,5 ----
+ ; Test using double quotes to form names that are not legal in the % form
+
+ "&^ " = type { int }
+ "%.*+ foo" = global "&^ " { int 5 }
+ "0" = global float 0.0 ; This CANNOT be %0
More information about the llvm-commits
mailing list