From 3fb4aabc06e88a6a5529c00959dd94a60d64ce3b Mon Sep 17 00:00:00 2001 From: Owen Anderson Date: Sun, 23 Aug 2009 04:24:24 +0000 Subject: [PATCH] Use standard LLVM-style headers. llvm-svn: 79817 --- llvm/lib/VMCore/ConstantsContext.h | 2 +- llvm/lib/VMCore/LLVMContextImpl.h | 2 +- llvm/lib/VMCore/TypesContext.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/llvm/lib/VMCore/ConstantsContext.h b/llvm/lib/VMCore/ConstantsContext.h index be75f11e19c1..3ace92efd8c9 100644 --- a/llvm/lib/VMCore/ConstantsContext.h +++ b/llvm/lib/VMCore/ConstantsContext.h @@ -1,4 +1,4 @@ -//===---------------- ConstantsContext.h - Implementation ------*- C++ -*--===// +//===-- ConstantsContext.h - Constants-related Context Interals -----------===// // // The LLVM Compiler Infrastructure // diff --git a/llvm/lib/VMCore/LLVMContextImpl.h b/llvm/lib/VMCore/LLVMContextImpl.h index 20d410eaf878..1433ef9af00a 100644 --- a/llvm/lib/VMCore/LLVMContextImpl.h +++ b/llvm/lib/VMCore/LLVMContextImpl.h @@ -1,4 +1,4 @@ -//===----------------- LLVMContextImpl.h - Implementation ------*- C++ -*--===// +//===-- LLVMContextImpl.h - The LLVMContextImpl opaque class --------------===// // // The LLVM Compiler Infrastructure // diff --git a/llvm/lib/VMCore/TypesContext.h b/llvm/lib/VMCore/TypesContext.h index 1e672d87cb66..8e2487901f67 100644 --- a/llvm/lib/VMCore/TypesContext.h +++ b/llvm/lib/VMCore/TypesContext.h @@ -1,4 +1,4 @@ -//===-------------------- TypesContext.h - Implementation ------*- C++ -*--===// +//===-- TypesContext.h - Types-related Context Internals ------------------===// // // The LLVM Compiler Infrastructure //