diff options
Diffstat (limited to 'lib/Frontend/PCHWriterStmt.cpp')
-rw-r--r-- | lib/Frontend/PCHWriterStmt.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Frontend/PCHWriterStmt.cpp b/lib/Frontend/PCHWriterStmt.cpp index ef109c34f1..68b2daed4d 100644 --- a/lib/Frontend/PCHWriterStmt.cpp +++ b/lib/Frontend/PCHWriterStmt.cpp @@ -1185,6 +1185,7 @@ void PCHWriter::FlushStmts() { if (!S) { Stream.EmitRecord(pch::STMT_NULL_PTR, Record); + Stream.EmitRecord(pch::STMT_STOP, Record); continue; } |