1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00
llvm-mirror/test/Regression/CodeGen/SparcV9/2004-12-13-MallocCrash.ll
2004-12-13 19:10:32 +00:00

7 lines
104 B
LLVM

; RUN: llvm-as < %s | llc -march=sparcv9
void %main() {
%tmp.0.i2.i = malloc [24 x sbyte]
ret void
}