blob: 4022033c3b0ed8e18e911b880c2ae4b81bb9eec7 [file] [log] [blame]
; RUN: llvm-as < %s | opt -functionattrs | llvm-dis | not grep read
; PR3754
define i8* @m(i32 %size) {
%tmp = malloc i8, i32 %size ; <i8*> [#uses=1]
ret i8* %tmp
}