*** empty log message ***

llvm-svn: 3069
This commit is contained in:
Chris Lattner 2002-07-24 22:33:53 +00:00
parent 4fcf153ffd
commit 1cd30451c0
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ bool FindUsedTypes::run(Module &m) {
// passed in, then the types are printed symbolically if possible, using the // passed in, then the types are printed symbolically if possible, using the
// symbol table from the module. // 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"; o << "Types in use by this module:\n";
if (M) { if (M) {
CachedWriter CW(M, o); CachedWriter CW(M, o);