diff options
Diffstat (limited to 'lib/Frontend')
-rw-r--r-- | lib/Frontend/PCHWriter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Frontend/PCHWriter.cpp b/lib/Frontend/PCHWriter.cpp index 5edf03c6ff..6769d8c9c2 100644 --- a/lib/Frontend/PCHWriter.cpp +++ b/lib/Frontend/PCHWriter.cpp @@ -758,8 +758,8 @@ void PCHWriter::WriteSourceManagerBlock(SourceManager &SourceMgr, Record.push_back((unsigned)LE->FileKind); Record.push_back(LE->IncludeOffset); } - Stream.EmitRecord(pch::SM_LINE_TABLE, Record); } + Stream.EmitRecord(pch::SM_LINE_TABLE, Record); } // Write out entries for all of the header files we know about. |