From: Reid Spencer Date: Sat, 19 May 2007 07:22:24 +0000 (+0000) Subject: Make sure we can round-trip an escaped value in a name. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5f0d16dd628494719da8e361d7d7072f9d54c15b;p=oota-llvm.git Make sure we can round-trip an escaped value in a name. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37259 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Feature/weirdnames.ll b/test/Feature/weirdnames.ll index 54046480aea..bf143c35589 100644 --- a/test/Feature/weirdnames.ll +++ b/test/Feature/weirdnames.ll @@ -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