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