summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-07-24 22:33:53 +0000
committerChris Lattner <sabre@nondot.org>2002-07-24 22:33:53 +0000
commit1cd30451c0a9caf9178c5570811e79b1d93998c7 (patch)
tree9f9780267b7c09691d7694d56a9441066f04f8d1 /llvm/lib
parent4fcf153ffd049358bd611364d21812f55812fd19 (diff)
downloadbcm5719-llvm-1cd30451c0a9caf9178c5570811e79b1d93998c7.tar.gz
bcm5719-llvm-1cd30451c0a9caf9178c5570811e79b1d93998c7.zip
*** empty log message ***
llvm-svn: 3069
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Analysis/IPA/FindUsedTypes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/IPA/FindUsedTypes.cpp b/llvm/lib/Analysis/IPA/FindUsedTypes.cpp
index 8cfe1085a3a..f03babc7e2a 100644
--- a/llvm/lib/Analysis/IPA/FindUsedTypes.cpp
+++ b/llvm/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);
OpenPOWER on IntegriCloud