fix a globalopt crash on two Adobe-C++ testcases that the recent
[llvm.git] / test / Transforms / FunctionAttrs / 2009-05-06-Malloc.ll
blob488e6a9ec2ca198c287a466f3fa0cd8f4afeab34
1 ; RUN: opt < %s -functionattrs -S | not grep read
2 ; PR3754
4 define i8* @m(i32 %size) {
5         %tmp = malloc i8, i32 %size             ; <i8*> [#uses=1]
6         ret i8* %tmp