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

Reid Spencer reid at x10sys.com
Sat May 19 00:22:44 PDT 2007



Changes in directory llvm/test/Feature:

weirdnames.ll updated: 1.3 -> 1.4
---
Log message:

Make sure we can round-trip an escaped value in a name.


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

 weirdnames.ll |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/test/Feature/weirdnames.ll
diff -u llvm/test/Feature/weirdnames.ll:1.3 llvm/test/Feature/weirdnames.ll:1.4
--- llvm/test/Feature/weirdnames.ll:1.3	Fri Dec  1 22:23:07 2006
+++ llvm/test/Feature/weirdnames.ll	Sat May 19 02:22:24 2007
@@ -7,3 +7,4 @@
 "&^ " = type { int }
 "%.*+ foo" = global "&^ " { int 5 }
 "0" = global float 0.0                 ; This CANNOT be %0
+"\03foo" = global float 0.1            ; Make sure funny char gets round trip






More information about the llvm-commits mailing list