repo.or.cz
/
llvm
/
zpu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed some bugs.
[llvm/zpu.git]
/
test
/
Feature
/
noalias-ret.ll
blob
d88452b797610c9640feabc3f6ea650f07efc73a
1
; RUN: llvm-as < %s
2
3
define noalias i8* @_Znwj(i32 %x) nounwind {
4
%A = malloc i8, i32 %x
5
ret i8* %A
6
}