Add comments.
[oota-llvm.git] / include / llvm / Analysis / MemoryBuiltins.h
index a7f42c9e37f2a85aa51f3ac9ad4b81dfaa1d159c..a4f916227b8b9bb3727f6096c633ce8ed9475460 100644 (file)
@@ -72,8 +72,8 @@ Value *getMallocArraySize(CallInst *CI, const TargetData *TD,
 //  free Call Utility Functions.
 //
 
-/// isFreeCall - Returns true if the value is a call to the builtin free()
-bool isFreeCall(const Value *I);
+/// isFreeCall - Returns non-null if the value is a call to the builtin free()
+const CallInst *isFreeCall(const Value *I);
 
 } // End llvm namespace