repo.or.cz
/
llvm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix a globalopt crash on two Adobe-C++ testcases that the recent
[llvm.git]
/
test
/
Transforms
/
FunctionAttrs
/
2009-05-06-Malloc.ll
blob
488e6a9ec2ca198c287a466f3fa0cd8f4afeab34
1
; RUN: opt < %s -functionattrs -S | not grep read
2
; PR3754
3
4
define i8* @m(i32 %size) {
5
%tmp = malloc i8, i32 %size ; <i8*> [#uses=1]
6
ret i8* %tmp
7
}