Add some functions to the blacklist

llvm-svn: 7060
This commit is contained in:
Chris Lattner 2003-07-02 04:38:00 +00:00
parent 5a3d63d5aa
commit db6e0ac800
1 changed files with 2 additions and 1 deletions

View File

@ -55,7 +55,8 @@ struct DSCallSiteIterator {
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,