mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
stop using WriteTypeSymbolic.
llvm-svn: 134833
This commit is contained in:
parent
6680365bc0
commit
f0f71ca28b
@ -96,8 +96,6 @@ void FindUsedTypes::print(raw_ostream &OS, const Module *M) const {
|
||||
OS << "Types in use by this module:\n";
|
||||
for (SetVector<const Type *>::const_iterator I = UsedTypes.begin(),
|
||||
E = UsedTypes.end(); I != E; ++I) {
|
||||
OS << " ";
|
||||
WriteTypeSymbolic(OS, *I, M);
|
||||
OS << '\n';
|
||||
OS << " " << **I << '\n';
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user