From: Chris Lattner Date: Tue, 8 Mar 2005 16:19:02 +0000 (+0000) Subject: new testcase that crashes the CBE. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=13a04bcd0737685fcf6d96979c2a81e25fc0ca0b;p=oota-llvm.git new testcase that crashes the CBE. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20518 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/CBackend/2005-03-08-RecursiveTypeCrash.ll b/test/CodeGen/CBackend/2005-03-08-RecursiveTypeCrash.ll new file mode 100644 index 00000000000..382c817d6d4 --- /dev/null +++ b/test/CodeGen/CBackend/2005-03-08-RecursiveTypeCrash.ll @@ -0,0 +1,5 @@ +; RUN: llvm-as < %s | llc -march=c + +%JNIEnv = type %struct.JNINa* +%struct.JNINa = type { sbyte*, sbyte*, sbyte*, void (%JNIEnv*)* } +