Revert accidental change

llvm-svn: 217391
This commit is contained in:
Alexey Samsonov 2014-09-08 17:52:48 +00:00
parent 8170dea280
commit c7c3ae0a8b
1 changed files with 2 additions and 2 deletions

View File

@ -296,9 +296,9 @@ Diag::~Diag() {
Printf("%s\n", Decor.Default());
/*if (Loc.isMemoryLocation())
if (Loc.isMemoryLocation())
renderMemorySnippet(Decor, Loc.getMemoryLocation(), Ranges,
NumRanges, Args);*/
NumRanges, Args);
}
ScopedReport::ScopedReport(ReportOptions Opts) : Opts(Opts) {