Add some functions to the blacklist
llvm-svn: 7060
diff --git a/llvm/lib/Analysis/DataStructure/DSCallSiteIterator.h b/llvm/lib/Analysis/DataStructure/DSCallSiteIterator.h
index 39a16d6..62a1515 100644
--- a/llvm/lib/Analysis/DataStructure/DSCallSiteIterator.h
+++ b/llvm/lib/Analysis/DataStructure/DSCallSiteIterator.h
@@ -55,7 +55,8 @@
return F->getName() == "printf" || F->getName() == "sscanf" ||
F->getName() == "fprintf" || F->getName() == "open" ||
F->getName() == "sprintf" || F->getName() == "fputs" ||
- F->getName() == "fscanf";
+ F->getName() == "fscanf" || F->getName() == "bzero" ||
+ F->getName() == "memset";
}
// isCompleteNode - Return true if we know all of the targets of this node,