blob: 2516522d042a12233d6506bc9b87faee5d136d70 [file] [log] [blame]
Evan Cheng02b985c2007-01-19 09:20:23 +00001; RUN: llvm-as < %s | llc -march=arm &&
2; RUN: llvm-as < %s | llc -march=arm -enable-thumb
3
4define void %test1() {
5 %tmp = alloca [ 64 x i32 ] , align 4
6 ret void
7}
8
9define void %test2() {
10 %tmp = alloca [ 4168 x i8 ] , align 4
11 ret void
12}