From: Matt Arsenault Date: Thu, 31 Jan 2019 04:27:17 +0000 (+0000) Subject: Fix missing C++ mode comment in header X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d6a4070cb3003e25b81010f7aa8949fc844e37c;p=llvm Fix missing C++ mode comment in header git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@352724 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/GlobalISel/GISelChangeObserver.h b/include/llvm/CodeGen/GlobalISel/GISelChangeObserver.h index b4aa2e510ee..a2876b62127 100644 --- a/include/llvm/CodeGen/GlobalISel/GISelChangeObserver.h +++ b/include/llvm/CodeGen/GlobalISel/GISelChangeObserver.h @@ -1,4 +1,4 @@ -//===----- llvm/CodeGen/GlobalISel/GISelChangeObserver.h ------------------===// +//===----- llvm/CodeGen/GlobalISel/GISelChangeObserver.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.