projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
744f939
)
Add some functions to the blacklist
author
Chris Lattner
<sabre@nondot.org>
Wed, 2 Jul 2003 04:38:00 +0000
(
04:38
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 2 Jul 2003 04:38:00 +0000
(
04:38
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7060
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Analysis/DataStructure/DSCallSiteIterator.h
patch
|
blob
|
history
diff --git
a/lib/Analysis/DataStructure/DSCallSiteIterator.h
b/lib/Analysis/DataStructure/DSCallSiteIterator.h
index 39a16d6f7e17a627ad30e08d452dcc8cf4f1210b..62a1515f92183947c666a795382a0cdea417917c 100644
(file)
--- a/
lib/Analysis/DataStructure/DSCallSiteIterator.h
+++ b/
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,