Stackmap shadows should consider call returns a branch target.
[oota-llvm.git] / test / CodeGen / X86 / 2007-08-10-SignExtSubreg.ll
1 ; RUN: llc < %s -march=x86 | grep "movsbl"
2
3 @X = global i32 0               ; <i32*> [#uses=1]
4
5 define signext i8 @_Z3fooi(i32 %x)   {
6 entry:
7         store i32 %x, i32* @X, align 4
8         %retval67 = trunc i32 %x to i8          ; <i8> [#uses=1]
9         ret i8 %retval67
10 }