blob: 20216388a383066dd9e8d8b806af43f4963c134e [file] [log] [blame]
Andrew Lenharthcac29bc2008-10-07 17:13:32 +00001; RUN: llvm-as < %s | llc -march=alpha
2; XFAIL: *
3
4define i128 @__mulvdi3(i128 %a, i128 %b) nounwind {
5entry:
6 %r = mul i128 %a, %b
7 ret i128 %r
8}