Home | History | Annotate | Download | only in ARM
      1 ; RUN: llc < %s -march=arm | grep strb
      2 ; RUN: llc < %s -march=arm | grep strh
      3 
      4 define void @f1() {
      5 entry:
      6         store i8 0, i8* null
      7         ret void
      8 }
      9 
     10 define void @f2() {
     11 entry:
     12         store i16 0, i16* null
     13         ret void
     14 }
     15