Stackmap shadows should consider call returns a branch target.
[oota-llvm.git] / test / CodeGen / Mips / dsp-vec-load-store.ll
1 ; RUN: llc -march=mipsel -mattr=+dsp < %s
2
3 @g1 = common global <2 x i8> zeroinitializer, align 2
4 @g0 = common global <2 x i8> zeroinitializer, align 2
5
6 define void @extend_load_trunc_store_v2i8() {
7 entry:
8   %0 = load <2 x i8>* @g1, align 2
9   store <2 x i8> %0, <2 x i8>* @g0, align 2
10   ret void
11 }