Fix a problem with DAGCombine on 64b targets where folding
[oota-llvm.git] / test / CodeGen / Alpha / mul128.ll
1 ; RUN: llvm-as < %s | llc -march=alpha
2
3 define i128 @__mulvdi3(i128 %a, i128 %b) nounwind {
4 entry:
5         %r = mul i128 %a, %b
6         ret i128 %r
7 }