blob: 1bd328c3cc3f2b3e2779d5c72e82354e51859232 [file] [log] [blame]
; RUN: llvm-as < %s | llc -march=arm &&
; RUN: llvm-as < %s | llc -march=arm | grep strb &&
; RUN: llvm-as < %s | llc -march=arm | grep strh
void %f1() {
entry:
store ubyte 0, ubyte* null
ret void
}
void %f2() {
entry:
store short 0, short* null
ret void
}