blob: a4da263af16f901f5e7d43315887cb5447db6393 [file] [log] [blame]
Dan Gohman1b4c27772009-09-08 16:50:01 +00001; RUN: opt %s -functionattrs | llvm-dis | not grep read
Duncan Sands7d73ce82009-05-06 08:42:00 +00002; PR3754
3
4define i8* @m(i32 %size) {
5 %tmp = malloc i8, i32 %size ; <i8*> [#uses=1]
6 ret i8* %tmp
7}