OSDN Git Service

New testcase that crashes the V9 backend.
authorChris Lattner <sabre@nondot.org>
Mon, 13 Dec 2004 19:10:32 +0000 (19:10 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 13 Dec 2004 19:10:32 +0000 (19:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18905 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/SparcV9/2004-12-13-MallocCrash.ll [new file with mode: 0644]

diff --git a/test/CodeGen/SparcV9/2004-12-13-MallocCrash.ll b/test/CodeGen/SparcV9/2004-12-13-MallocCrash.ll
new file mode 100644 (file)
index 0000000..b6ad2e7
--- /dev/null
@@ -0,0 +1,6 @@
+; RUN: llvm-as < %s | llc -march=sparcv9
+
+void %main() {
+       %tmp.0.i2.i = malloc [24 x sbyte]
+       ret void
+}