new testcase that crashes the CBE.
authorChris Lattner <sabre@nondot.org>
Tue, 8 Mar 2005 16:19:02 +0000 (16:19 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 8 Mar 2005 16:19:02 +0000 (16:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20518 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/CBackend/2005-03-08-RecursiveTypeCrash.ll [new file with mode: 0644]

diff --git a/test/CodeGen/CBackend/2005-03-08-RecursiveTypeCrash.ll b/test/CodeGen/CBackend/2005-03-08-RecursiveTypeCrash.ll
new file mode 100644 (file)
index 0000000..382c817
--- /dev/null
@@ -0,0 +1,5 @@
+; RUN: llvm-as < %s | llc -march=c
+
+%JNIEnv = type %struct.JNINa*
+%struct.JNINa = type { sbyte*, sbyte*, sbyte*, void (%JNIEnv*)* }
+