fix AbstractionPattern::dump to print a newline, so it can be used from lldb.

Swift SVN r27802
This commit is contained in:
Chris Lattner
2015-04-27 05:32:46 +00:00
parent 2d227db594
commit d001f3a875

View File

@@ -422,6 +422,7 @@ AbstractionPattern AbstractionPattern::getReferenceStorageReferentType() const {
void AbstractionPattern::dump() const {
print(llvm::errs());
llvm::errs() << "\n";
}
void AbstractionPattern::print(raw_ostream &out) const {