Stackmap shadows should consider call returns a branch target.
[oota-llvm.git] / test / CodeGen / X86 / mul64.ll
1 ; RUN: llc < %s -march=x86 | grep mul | count 3
2
3 define i64 @foo(i64 %t, i64 %u) {
4   %k = mul i64 %t, %u
5   ret i64 %k
6 }