blob: 2afc69b3f489b453373c401d43dd9b1d74104145 [file] [log] [blame]
; RUN: %codegen %s > %t
define i32 @mult(i32, i32) {
%3 = mul i32 %0, %1
ret i32 %3
}