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:
1868227
)
*** empty log message ***
author
Chris Lattner
<sabre@nondot.org>
Wed, 24 Jul 2002 22:33:53 +0000
(22:33 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 24 Jul 2002 22:33:53 +0000
(22:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3069
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Analysis/IPA/FindUsedTypes.cpp
patch
|
blob
|
history
diff --git
a/lib/Analysis/IPA/FindUsedTypes.cpp
b/lib/Analysis/IPA/FindUsedTypes.cpp
index 8cfe1085a3acd2f97607702723e44d310d1d68b9..f03babc7e2a66776e9a90c959cb9586d3cd47282 100644
(file)
--- a/
lib/Analysis/IPA/FindUsedTypes.cpp
+++ b/
lib/Analysis/IPA/FindUsedTypes.cpp
@@
-78,7
+78,7
@@
bool FindUsedTypes::run(Module &m) {
// passed in, then the types are printed symbolically if possible, using the
// symbol table from the module.
//
-void FindUsedTypes::printTypes(std::ostream &o, const Module *M
= 0
) const {
+void FindUsedTypes::printTypes(std::ostream &o, const Module *M) const {
o << "Types in use by this module:\n";
if (M) {
CachedWriter CW(M, o);