[llvm-commits] CVS: llvm/lib/Analysis/IPA/CallGraph.cpp
Chris Lattner
lattner at cs.uiuc.edu
Sun Nov 9 13:55:01 PST 2003
Changes in directory llvm/lib/Analysis/IPA:
CallGraph.cpp updated: 1.32 -> 1.33
---
Log message:
More additions
---
Diffs of the changes: (+4 -3)
Index: llvm/lib/Analysis/IPA/CallGraph.cpp
diff -u llvm/lib/Analysis/IPA/CallGraph.cpp:1.32 llvm/lib/Analysis/IPA/CallGraph.cpp:1.33
--- llvm/lib/Analysis/IPA/CallGraph.cpp:1.32 Sat Nov 8 22:10:41 2003
+++ llvm/lib/Analysis/IPA/CallGraph.cpp Sun Nov 9 13:54:30 2003
@@ -66,9 +66,8 @@
"ioctl",
// Low-level stdc library functions
- "abort",
- "getenv",
- "putenv",
+ "abort", "exit",
+ "getenv", "putenv",
// Standard IO functions
"printf",
@@ -115,6 +114,7 @@
"strncpy",
"strncmp",
"strcmp",
+ "strtok",
"__strcoll_l",
"__strxfrm_l",
"__strftime_l",
@@ -125,6 +125,7 @@
"__strtof_l",
"__strtod_l",
"__strtold_l",
+ "isalpha",
// Math functions
"exp", "sqrt", "cbrt", "hypot",
More information about the llvm-commits
mailing list