[llvm-commits] CVS: llvm/test/Feature/weirdnames.ll wierdnames.ll
John Criswell
criswell at cs.uiuc.edu
Thu Sep 25 12:51:10 PDT 2003
Changes in directory llvm/test/Feature:
weirdnames.ll added (r1.1)
wierdnames.ll (r1.1) removed
---
Log message:
Moved wierdnames.ll to weirdnames.ll. The new name is spelled correctly.
---
Diffs of the changes:
Index: llvm/test/Feature/weirdnames.ll
diff -c /dev/null llvm/test/Feature/weirdnames.ll:1.1
*** /dev/null Thu Sep 25 12:44:42 2003
--- llvm/test/Feature/weirdnames.ll Thu Sep 25 12:44:32 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