Add missing -*- C++ -*- to headers
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 17 May 2013 21:43:39 +0000 (21:43 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 17 May 2013 21:43:39 +0000 (21:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182164 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/ConstantFolding.h
lib/CodeGen/SelectionDAG/LegalizeTypes.h
lib/Transforms/InstCombine/InstCombine.h

index 12e623ea9be4aeec6c126711c3cdf996f96e6a3d..0018a567967acb3fbf00ad2069417cebb4ff1b74 100644 (file)
@@ -1,4 +1,4 @@
-//===-- ConstantFolding.h - Fold instructions into constants --------------===//
+//===-- ConstantFolding.h - Fold instructions into constants ----*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
@@ -48,8 +48,8 @@ Constant *ConstantFoldConstantExpression(const ConstantExpr *CE,
 
 /// ConstantFoldInstOperands - Attempt to constant fold an instruction with the
 /// specified operands.  If successful, the constant result is returned, if not,
-/// null is returned.  Note that this function can fail when attempting to 
-/// fold instructions like loads and stores, which have no constant expression 
+/// null is returned.  Note that this function can fail when attempting to
+/// fold instructions like loads and stores, which have no constant expression
 /// form.
 ///
 Constant *ConstantFoldInstOperands(unsigned Opcode, Type *DestTy,
index 1c4274a910896715e5042355f968aa74f4e2d6de..9128c5e54e17c75872f567c206df1f6942cacceb 100644 (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
 //
index 2a3607475009435af0fb69b1c4fa6ea14bc05df9..b1eefd214d503e281dd200d09403a033bad7f1ac 100644 (file)
@@ -1,4 +1,4 @@
-//===- InstCombine.h - Main InstCombine pass definition -------------------===//
+//===- InstCombine.h - Main InstCombine pass definition ---------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //