llvm-6502/test/CodeGen/ARM/mem.ll
2007-04-15 19:11:47 +00:00

15 lines
250 B
LLVM

; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | grep strb
; RUN: llvm-upgrade < %s | llvm-as | 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
}