search for: rni_file_close

Displaying 1 result from an estimated 1 matches for "rni_file_close".

2012 Sep 10
2
[LLVMdev] Dead Store Elimination
...ret void openSuccessBB: ; preds = %entry %3 = call i8* @RNI_Memory_alloc(i64 1048576) %4 = icmp eq i8* %3, null br i1 %4, label %5, label %7 ; <label>:5 ; preds = %checkErr, %openSuccessBB %6 = call i64 @RNI_File_close(i8* %0) br label %errorExit0 ; <label>:7 ; preds = %openSuccessBB %8 = alloca i64, align 8 store i64 1048576, i64* %8, align 8 %9 = alloca i8*, align 8 store i8* %3, i8** %9, align 8 br label %fileReadBB fileReadBB:...