[llvm] 1be75c2 - IROutliner: Fix missing C++ mode comment
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 5 07:26:07 PST 2023
Author: Matt Arsenault
Date: 2023-01-05T10:26:02-05:00
New Revision: 1be75c2ce00859dd172a88cd1ae9463b45199ac5
URL: https://github.com/llvm/llvm-project/commit/1be75c2ce00859dd172a88cd1ae9463b45199ac5
DIFF: https://github.com/llvm/llvm-project/commit/1be75c2ce00859dd172a88cd1ae9463b45199ac5.diff
LOG: IROutliner: Fix missing C++ mode comment
Added:
Modified:
llvm/include/llvm/Transforms/IPO/IROutliner.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/Transforms/IPO/IROutliner.h b/llvm/include/llvm/Transforms/IPO/IROutliner.h
index 315587e0f9228..28970f7dcdf10 100644
--- a/llvm/include/llvm/Transforms/IPO/IROutliner.h
+++ b/llvm/include/llvm/Transforms/IPO/IROutliner.h
@@ -1,4 +1,4 @@
-//===- IROutliner.h - Extract similar IR regions into functions ------------==//
+//===- IROutliner.h - Extract similar IR regions into functions --*- C++ -*-==//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
More information about the llvm-commits
mailing list