aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/mem.ll
blob: d598d47f9df8565f9eab9f1940c3135f84afca7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
; 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
}