Also requires -mattr=-sse3
[oota-llvm.git] / test / CodeGen / SparcV9 / 2004-12-13-MallocCrash.ll
1 ; RUN: llvm-as < %s | llc -march=sparcv9
2
3 void %main() {
4         %tmp.0.i2.i = malloc [24 x sbyte]
5         ret void
6 }