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