Revert r23713

Swift SVN r23739
This commit is contained in:
Manman Ren
2014-12-05 18:41:27 +00:00
parent 5d01edbb90
commit 16cc4dfa65
15 changed files with 10 additions and 458 deletions

View File

@@ -406,8 +406,7 @@ public:
/// definition.
///
/// \param Verbose In verbose mode, print the SIL locations.
void print(raw_ostream &OS, bool Verbose = false,
llvm::DenseMap<const SILMetadata *, unsigned> *MetadataMap = nullptr) const;
void print(raw_ostream &OS, bool Verbose = false) const;
/// Pretty-print the SILFunction's name using SIL syntax,
/// '@function_mangled_name'.