From: Matt Arsenault Date: Thu, 11 Jul 2019 14:18:22 +0000 (+0000) Subject: Fix missing C++ mode comment X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=96045dd82fad312c2b0c91a6c0a9cb17f3790c77;p=llvm Fix missing C++ mode comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@365781 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/GlobalISel/Combiner.h b/include/llvm/CodeGen/GlobalISel/Combiner.h index 12a1f97077c..efe8bdf9366 100644 --- a/include/llvm/CodeGen/GlobalISel/Combiner.h +++ b/include/llvm/CodeGen/GlobalISel/Combiner.h @@ -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.