Moved wierdnames.ll to weirdnames.ll. The new name is spelled correctly.
authorJohn Criswell <criswell@uiuc.edu>
Thu, 25 Sep 2003 17:44:32 +0000 (17:44 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Thu, 25 Sep 2003 17:44:32 +0000 (17:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8711 91177308-0d34-0410-b5e6-96231b3b80d8

test/Feature/weirdnames.ll [new file with mode: 0644]
test/Feature/wierdnames.ll [deleted file]

diff --git a/test/Feature/weirdnames.ll b/test/Feature/weirdnames.ll
new file mode 100644 (file)
index 0000000..710905f
--- /dev/null
@@ -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 (file)
index 710905f..0000000
+++ /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