From: Owen Anderson Date: Sun, 23 Aug 2009 04:24:24 +0000 (+0000) Subject: Use standard LLVM-style headers. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b1352e953458711bcceb5600e25e9c5c94ad9013;p=oota-llvm.git Use standard LLVM-style headers. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79817 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/VMCore/ConstantsContext.h b/lib/VMCore/ConstantsContext.h index be75f11e19c..3ace92efd8c 100644 --- a/lib/VMCore/ConstantsContext.h +++ b/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/lib/VMCore/LLVMContextImpl.h b/lib/VMCore/LLVMContextImpl.h index 20d410eaf87..1433ef9af00 100644 --- a/lib/VMCore/LLVMContextImpl.h +++ b/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/lib/VMCore/TypesContext.h b/lib/VMCore/TypesContext.h index 1e672d87cb6..8e2487901f6 100644 --- a/lib/VMCore/TypesContext.h +++ b/lib/VMCore/TypesContext.h @@ -1,4 +1,4 @@ -//===-------------------- TypesContext.h - Implementation ------*- C++ -*--===// +//===-- TypesContext.h - Types-related Context Internals ------------------===// // // The LLVM Compiler Infrastructure //