aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/spaddsub.ll
blob: ef3b9b7c1d13402c6a0c0b71039cc5437548714f (plain)
1
2
3
4
5
6
7
8
9
10
; RUN: llvm-upgrade < %s | llvm-as | llc -f -march=arm -o %t.s &&
; RUN: not grep "add r13, r13, #0" < %t.s &&
; RUN: not grep "sub r13, r13, #0" < %t.s

int %f() {
entry:
	ret int 1
}