Merge branch 'master' into msp430
[llvm/msp430.git] / test / CodeGen / X86 / mul64.ll
blobcd0f802a711e490edccc85bf92970ed21b963a56
1 ; RUN: llvm-as < %s | llc -march=x86 | grep mul | count 3
3 define i64 @foo(i64 %t, i64 %u) {
4   %k = mul i64 %t, %u
5   ret i64 %k