blob: 5cc92759d2489abfd6e943dad7671f89fb1eba4d [file] [log] [blame]
Dan Gohman5bb7c7c2009-09-08 22:34:10 +00001; RUN: opt %s -functionattrs -S | 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}