aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-08-20 15:49:52 +0000
committerChris Lattner <sabre@nondot.org>2002-08-20 15:49:52 +0000
commit328d290e68a401a2ac105044abed35d3cb7840cb (patch)
tree1556814a4e4c8878a47a8efa167b6d5a2981a796
parentf02c46834a2494f1318d9fbccc1fc7c7299360ee (diff)
downloadexternal_llvm-328d290e68a401a2ac105044abed35d3cb7840cb.zip
external_llvm-328d290e68a401a2ac105044abed35d3cb7840cb.tar.gz
external_llvm-328d290e68a401a2ac105044abed35d3cb7840cb.tar.bz2
Testcase for anonymous recursive types
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3398 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CBackend/2002-08-20-RecursiveTypes.ll2
-rw-r--r--test/CodeGen/CBackend/2002-08-20-RecursiveTypes.ll2
2 files changed, 4 insertions, 0 deletions
diff --git a/test/CBackend/2002-08-20-RecursiveTypes.ll b/test/CBackend/2002-08-20-RecursiveTypes.ll
new file mode 100644
index 0000000..cb20180
--- /dev/null
+++ b/test/CBackend/2002-08-20-RecursiveTypes.ll
@@ -0,0 +1,2 @@
+%MyIntList = uninitialized global { \2 *, int }
+
diff --git a/test/CodeGen/CBackend/2002-08-20-RecursiveTypes.ll b/test/CodeGen/CBackend/2002-08-20-RecursiveTypes.ll
new file mode 100644
index 0000000..cb20180
--- /dev/null
+++ b/test/CodeGen/CBackend/2002-08-20-RecursiveTypes.ll
@@ -0,0 +1,2 @@
+%MyIntList = uninitialized global { \2 *, int }
+