IROutliner: Fix missing C++ mode comment
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 5 Jan 2023 13:28:00 +0000 (08:28 -0500)
committerMatt Arsenault <arsenm2@gmail.com>
Thu, 5 Jan 2023 15:26:02 +0000 (10:26 -0500)
llvm/include/llvm/Transforms/IPO/IROutliner.h

index 315587e0f9228e5db117712be22612240114011c..28970f7dcdf10e2de8c4dada731e5d244436a4b0 100644 (file)
@@ -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.