Skip to content

Commit 2183361

Browse files
authored
[NFC] Fix the comment (#3613)
Signed-off-by: Zahira Ammarguellat <[email protected]>
1 parent 1811037 commit 2183361

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

clang/lib/CodeGen/CodeGenAction.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1028,9 +1028,8 @@ CodeGenAction::loadModule(MemoryBufferRef MBRef) {
10281028
}
10291029

10301030
namespace {
1031-
// Handles the initialization and cleanup of the OptRecordFile. This
1032-
// customization allows initialization before the clang codegen runs
1033-
// so it can also emit to the opt report.
1031+
// Handles the initialization and cleanup of the OptRecordFile before the clang
1032+
// codegen runs so it can also emit to the opt report.
10341033
struct OptRecordFileRAII {
10351034
std::unique_ptr<llvm::ToolOutputFile> OptRecordFile;
10361035
std::unique_ptr<DiagnosticHandler> OldDiagnosticHandler;

0 commit comments

Comments
 (0)