Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
1d4a8fe156fc65124ea03dde46f9aed74b0a3451
/
.
/
llvm
/
test
/
Feature
/
noalias-ret.ll
blob: d88452b797610c9640feabc3f6ea650f07efc73a [
file
] [
log
] [
blame
]
; RUN: llvm-as < %s
define
noalias
i8
*
@_Znwj
(
i32
%x
)
nounwind
{
%A
=
malloc
i8
,
i32
%x
ret
i8
*
%A
}