diff options
author | Owen Anderson <resistor@mac.com> | 2009-08-23 04:24:24 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2009-08-23 04:24:24 +0000 |
commit | f48ba0d891135b7d8475269865e60c4080d7f76a (patch) | |
tree | 1a039c4b1e8ca51698bf0f1d9083571545807195 /lib | |
parent | f13939086f10bb6edd2c76a790552096528cd431 (diff) | |
download | external_llvm-f48ba0d891135b7d8475269865e60c4080d7f76a.zip external_llvm-f48ba0d891135b7d8475269865e60c4080d7f76a.tar.gz external_llvm-f48ba0d891135b7d8475269865e60c4080d7f76a.tar.bz2 |
Use standard LLVM-style headers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79817 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/VMCore/ConstantsContext.h | 2 | ||||
-rw-r--r-- | lib/VMCore/LLVMContextImpl.h | 2 | ||||
-rw-r--r-- | lib/VMCore/TypesContext.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/VMCore/ConstantsContext.h b/lib/VMCore/ConstantsContext.h index be75f11..3ace92e 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 20d410e..1433ef9 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 1e672d8..8e24879 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 // |