1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-06-02 20:53:29 +00:00
2006-12-02 04:23:10 +00:00

16 lines
308 B
LLVM

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