Clean up ConstantRange a bit:
[llvm.git] / test / Feature / noalias-ret.ll
blobd88452b797610c9640feabc3f6ea650f07efc73a
1 ; RUN: llvm-as < %s
3 define noalias i8* @_Znwj(i32 %x) nounwind {
4   %A = malloc i8, i32 %x
5   ret i8* %A