zpu: simple fn with stack slots compile
[llvm/zpu.git] / test / CodeGen / ARM / mem.ll
blobf46c7a5857ab963ffec73a5a9e772da8b89503ff
1 ; RUN: llc < %s -march=arm | grep strb
2 ; RUN: llc < %s -march=arm | grep strh
4 define void @f1() {
5 entry:
6         store i8 0, i8* null
7         ret void
10 define void @f2() {
11 entry:
12         store i16 0, i16* null
13         ret void