From: Nick Hildenbrandt Date: Fri, 20 Sep 2002 21:44:32 +0000 (+0000) Subject: New testcase for broken type printing for the cwriter X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c92779bcb0518b4fa7ca0a2f4e6ca0ff12418545;p=oota-llvm.git New testcase for broken type printing for the cwriter git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3867 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CBackend/2002-09-20-ArrayTypeFailure.ll b/test/CBackend/2002-09-20-ArrayTypeFailure.ll new file mode 100644 index 00000000000..87eaadc1446 --- /dev/null +++ b/test/CBackend/2002-09-20-ArrayTypeFailure.ll @@ -0,0 +1,8 @@ + + +implementation + +void %test() { + %X = alloca [4xint] + ret void +} diff --git a/test/CodeGen/CBackend/2002-09-20-ArrayTypeFailure.ll b/test/CodeGen/CBackend/2002-09-20-ArrayTypeFailure.ll new file mode 100644 index 00000000000..87eaadc1446 --- /dev/null +++ b/test/CodeGen/CBackend/2002-09-20-ArrayTypeFailure.ll @@ -0,0 +1,8 @@ + + +implementation + +void %test() { + %X = alloca [4xint] + ret void +}