Add missing -*- C++ -*- to headers

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182164 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Matt Arsenault 2013-05-17 21:43:39 +00:00
parent 115fb708fc
commit 63f3ca5da7
3 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
//===-- ConstantFolding.h - Fold instructions into constants --------------===// //===-- ConstantFolding.h - Fold instructions into constants ----*- C++ -*-===//
// //
// The LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //

View File

@ -1,4 +1,4 @@
//===-- LegalizeTypes.h - Definition of the DAG Type Legalizer class ------===// //===-- LegalizeTypes.h - DAG Type Legalizer class definition ---*- C++ -*-===//
// //
// The LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //

View File

@ -1,4 +1,4 @@
//===- InstCombine.h - Main InstCombine pass definition -------------------===// //===- InstCombine.h - Main InstCombine pass definition ---------*- C++ -*-===//
// //
// The LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //