From 8fb3fcba5250ffe787fe4c9554471e312bf76b9e Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Thu, 11 Jul 2019 14:18:22 +0000 Subject: [PATCH] Fix missing C++ mode comment llvm-svn: 365781 --- llvm/include/llvm/CodeGen/GlobalISel/Combiner.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/CodeGen/GlobalISel/Combiner.h b/llvm/include/llvm/CodeGen/GlobalISel/Combiner.h index 12a1f97077c9..efe8bdf93664 100644 --- a/llvm/include/llvm/CodeGen/GlobalISel/Combiner.h +++ b/llvm/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.