summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/IPA/CallGraph.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-11-09 19:54:30 +0000
committerChris Lattner <sabre@nondot.org>2003-11-09 19:54:30 +0000
commit9a010038f110fb230d29bc3d58da20d2aee6edf7 (patch)
tree4076e17c5454f47f677141909ae83093e6008a92 /llvm/lib/Analysis/IPA/CallGraph.cpp
parent881cb48619fa647236ab17adc1f38e4f74aee83c (diff)
downloadbcm5719-llvm-9a010038f110fb230d29bc3d58da20d2aee6edf7.tar.gz
bcm5719-llvm-9a010038f110fb230d29bc3d58da20d2aee6edf7.zip
More additions
llvm-svn: 9834
Diffstat (limited to 'llvm/lib/Analysis/IPA/CallGraph.cpp')
-rw-r--r--llvm/lib/Analysis/IPA/CallGraph.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/llvm/lib/Analysis/IPA/CallGraph.cpp b/llvm/lib/Analysis/IPA/CallGraph.cpp
index 200e81fa26c..8d442420500 100644
--- a/llvm/lib/Analysis/IPA/CallGraph.cpp
+++ b/llvm/lib/Analysis/IPA/CallGraph.cpp
@@ -66,9 +66,8 @@ static const char * const KnownExternalFunctions[] = {
"ioctl",
// Low-level stdc library functions
- "abort",
- "getenv",
- "putenv",
+ "abort", "exit",
+ "getenv", "putenv",
// Standard IO functions
"printf",
@@ -115,6 +114,7 @@ static const char * const KnownExternalFunctions[] = {
"strncpy",
"strncmp",
"strcmp",
+ "strtok",
"__strcoll_l",
"__strxfrm_l",
"__strftime_l",
@@ -125,6 +125,7 @@ static const char * const KnownExternalFunctions[] = {
"__strtof_l",
"__strtod_l",
"__strtold_l",
+ "isalpha",
// Math functions
"exp", "sqrt", "cbrt", "hypot",
OpenPOWER on IntegriCloud