From: John Criswell Date: Thu, 25 Sep 2003 17:44:32 +0000 (+0000) Subject: Moved wierdnames.ll to weirdnames.ll. The new name is spelled correctly. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=aadb55fded82dc20b79f5b23d8bd1ec8208c6be0;p=oota-llvm.git Moved wierdnames.ll to weirdnames.ll. The new name is spelled correctly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8711 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Feature/weirdnames.ll b/test/Feature/weirdnames.ll new file mode 100644 index 00000000000..710905f6d0e --- /dev/null +++ b/test/Feature/weirdnames.ll @@ -0,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 diff --git a/test/Feature/wierdnames.ll b/test/Feature/wierdnames.ll deleted file mode 100644 index 710905f6d0e..00000000000 --- a/test/Feature/wierdnames.ll +++ /dev/null @@ -1,5 +0,0 @@ -; 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