From db6e0ac8004bcc3312e9f062fd8cb350ad501cff Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 2 Jul 2003 04:38:00 +0000 Subject: [PATCH] Add some functions to the blacklist llvm-svn: 7060 --- llvm/lib/Analysis/DataStructure/DSCallSiteIterator.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/llvm/lib/Analysis/DataStructure/DSCallSiteIterator.h b/llvm/lib/Analysis/DataStructure/DSCallSiteIterator.h index 39a16d6f7e17..62a1515f9218 100644 --- a/llvm/lib/Analysis/DataStructure/DSCallSiteIterator.h +++ b/llvm/lib/Analysis/DataStructure/DSCallSiteIterator.h @@ -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,