From 8765de0b2a4973f6851f2c564b0f421ee82536ea Mon Sep 17 00:00:00 2001 From: Zahira Ammarguellat Date: Sun, 25 Apr 2021 10:49:44 -0700 Subject: [PATCH] Fix the comment Signed-off-by: Zahira Ammarguellat --- clang/lib/CodeGen/CodeGenAction.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/clang/lib/CodeGen/CodeGenAction.cpp b/clang/lib/CodeGen/CodeGenAction.cpp index 8175574ff6a52..990ceeb088f60 100644 --- a/clang/lib/CodeGen/CodeGenAction.cpp +++ b/clang/lib/CodeGen/CodeGenAction.cpp @@ -1028,9 +1028,8 @@ CodeGenAction::loadModule(MemoryBufferRef MBRef) { } namespace { -// Handles the initialization and cleanup of the OptRecordFile. This -// customization allows initialization before the clang codegen runs -// so it can also emit to the opt report. +// Handles the initialization and cleanup of the OptRecordFile before the clang +// codegen runs so it can also emit to the opt report. struct OptRecordFileRAII { std::unique_ptr OptRecordFile; std::unique_ptr OldDiagnosticHandler;