Fix missing C++ mode comments

llvm-svn: 355971
This commit is contained in:
Matt Arsenault 2019-03-12 20:42:14 +00:00
parent bdfb6cfdf1
commit b5f14326b4
3 changed files with 3 additions and 3 deletions

View 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.

View 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.

View 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.