]> granicus.if.org Git - llvm/commitdiff
Fix missing C++ mode comments
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 12 Mar 2019 20:42:14 +0000 (20:42 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 12 Mar 2019 20:42:14 +0000 (20:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@355971 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/GlobalISel/MIPatternMatch.h
include/llvm/CodeGen/MIRPrinter.h
include/llvm/CodeGen/MIRYamlMapping.h

index 1f4ee8aac0c27c4b1ad6a4859885bea32303046b..eff4838248c097979f1652774e42e3bfd236d21b 100644 (file)
@@ -1,4 +1,4 @@
-//== ----- llvm/CodeGen/GlobalISel/MIPatternMatch.h --------------------- == //
+//==------ llvm/CodeGen/GlobalISel/MIPatternMatch.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.
index b95cf0fe804f76c69d922a33d96b9ca44a5c9742..a4b03a7fb765625579587b7b3e800e5c51f6cb48 100644 (file)
@@ -1,4 +1,4 @@
-//===- MIRPrinter.h - MIR serialization format printer --------------------===//
+//===- MIRPrinter.h - MIR serialization format printer ----------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
index b600ec92e18d6a4ee866cfb8a70bbaff7f501911..a0f2b16745ffb4011792dcf1da3cc8cfae466cdb 100644 (file)
@@ -1,4 +1,4 @@
-//===- MIRYamlMapping.h - Describes the mapping between MIR and YAML ------===//
+//===- MIRYamlMapping.h - Describe mapping between MIR and YAML--*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.