[llvm] r365781 - Fix missing C++ mode comment

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 11 07:18:23 PDT 2019


Author: arsenm
Date: Thu Jul 11 07:18:22 2019
New Revision: 365781

URL: http://llvm.org/viewvc/llvm-project?rev=365781&view=rev
Log:
Fix missing C++ mode comment

Modified:
    llvm/trunk/include/llvm/CodeGen/GlobalISel/Combiner.h

Modified: llvm/trunk/include/llvm/CodeGen/GlobalISel/Combiner.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/GlobalISel/Combiner.h?rev=365781&r1=365780&r2=365781&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/GlobalISel/Combiner.h (original)
+++ llvm/trunk/include/llvm/CodeGen/GlobalISel/Combiner.h Thu Jul 11 07:18:22 2019
@@ -1,4 +1,4 @@
-//== ----- llvm/CodeGen/GlobalISel/Combiner.h --------------------- == //
+//== ----- llvm/CodeGen/GlobalISel/Combiner.h -------------------*- 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