Trailing whitespace.
[oota-llvm.git] / include / llvm / Analysis / MemoryBuiltins.h
index f6fa0c8d1e7725674bee9395777e03a64e28cd67..a4f916227b8b9bb3727f6096c633ce8ed9475460 100644 (file)
@@ -72,8 +72,8 @@ Value *getMallocArraySize(CallInst *CI, const TargetData *TD,
 //  free Call Utility Functions.
 //
 
-/// isFreeCall - Returns true if the 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