Make sure we can round-trip an escaped value in a name.
authorReid Spencer <rspencer@reidspencer.com>
Sat, 19 May 2007 07:22:24 +0000 (07:22 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sat, 19 May 2007 07:22:24 +0000 (07:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37259 91177308-0d34-0410-b5e6-96231b3b80d8

test/Feature/weirdnames.ll

index 54046480aea3e7ca7aabcea10c2acb8acd442a67..bf143c35589b4afd43a4d85a0335b43a3028e680 100644 (file)
@@ -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