mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-27 14:07:32 +00:00
*** empty log message ***
llvm-svn: 3069
This commit is contained in:
parent
f155fe7c7b
commit
57095bb78c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user