blob: daf8409409dd573afe0cf25b60bfa62e0529ea61 [file] [log] [blame]
Dan Gohmanfce288f2009-09-09 00:09:15 +00001; RUN: llc < %s -march=alpha
Andrew Lenharthcac29bc2008-10-07 17:13:32 +00002
3define i128 @__mulvdi3(i128 %a, i128 %b) nounwind {
4entry:
5 %r = mul i128 %a, %b
6 ret i128 %r
7}