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 | 3fb4aabc06e88a6a5529c00959dd94a60d64ce3b (patch) | |
tree | 37873eb35117470b9f13500542adc7a3de7f84ab | |
parent | 78683a7013a320d4750db49aadd7edc81842463e (diff) | |
download | bcm5719-llvm-3fb4aabc06e88a6a5529c00959dd94a60d64ce3b.tar.gz bcm5719-llvm-3fb4aabc06e88a6a5529c00959dd94a60d64ce3b.zip |
Use standard LLVM-style headers.
llvm-svn: 79817
-rw-r--r-- | llvm/lib/VMCore/ConstantsContext.h | 2 | ||||
-rw-r--r-- | llvm/lib/VMCore/LLVMContextImpl.h | 2 | ||||
-rw-r--r-- | 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 be75f11e19c..3ace92efd8c 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 20d410eaf87..1433ef9af00 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 1e672d87cb6..8e2487901f6 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 // |