summaryrefslogtreecommitdiff
path: root/lib/Analysis/IPA/FindUsedTypes.cpp
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
commitd31d81c7aef66d4e3c5758e07a1a430963253d5a (patch)
tree700cbc9aae49696b460bced6fab8dac44457c97f /lib/Analysis/IPA/FindUsedTypes.cpp
parent1868227886adac176b287ec3731052692f15305b (diff)
downloadllvm-d31d81c7aef66d4e3c5758e07a1a430963253d5a.tar.gz
llvm-d31d81c7aef66d4e3c5758e07a1a430963253d5a.tar.bz2
llvm-d31d81c7aef66d4e3c5758e07a1a430963253d5a.tar.xz
*** empty log message ***
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3069 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/IPA/FindUsedTypes.cpp')
-rw-r--r--lib/Analysis/IPA/FindUsedTypes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/IPA/FindUsedTypes.cpp b/lib/Analysis/IPA/FindUsedTypes.cpp
index 8cfe1085a3..f03babc7e2 100644
--- 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);