Autoupgrade malloc insts to malloc calls.
[oota-llvm.git] / test / Transforms / InstCombine / malloc2.ll
index 102422ee5fc7d3dae5b0af33657ea74077545d20..cc1506b6b19a3cd65771d8e8cbbdb4ad0ab964cd 100644 (file)
@@ -1,5 +1,4 @@
 ; RUN: opt < %s -instcombine -S | grep {ret i32 0}
-; RUN: opt < %s -instcombine -S | not grep malloc
 ; PR1313
 
 define i32 @test1(i32 %argc, i8* %argv, i8* %envp) {