Fix part 1 of pr4682. PICADD is a 16-bit instruction even in thumb2 mode.
[llvm/avr.git] / test / Verifier / 2008-03-01-AllocaSized.ll
blobeb96ced78824b89b7d2d9183563fbc16945d46e2
1 ; RUN: not llvm-as -f %s -o /dev/null |& grep {Cannot allocate unsized type}
2 ; PR2113
4 define void @test() {
5         %A = alloca void()
6         ret void