diff options
author | Owen Anderson <resistor@mac.com> | 2009-06-30 17:06:46 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2009-06-30 17:06:46 +0000 |
commit | 5217007006e91fa4bbfe88fde5149f5db293b247 (patch) | |
tree | 4bbb507a969aed3848da40740ade827c21bbc158 /lib/VMCore/LLVMContext.cpp | |
parent | af5f6ba32d5f03aa1e0c1aeecd81c99fea842d4c (diff) |
Fix up header comments to make Chris happy.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74537 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/LLVMContext.cpp')
-rw-r--r-- | lib/VMCore/LLVMContext.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/VMCore/LLVMContext.cpp b/lib/VMCore/LLVMContext.cpp index f93616ba6b..c2aa4324c4 100644 --- a/lib/VMCore/LLVMContext.cpp +++ b/lib/VMCore/LLVMContext.cpp @@ -6,6 +6,11 @@ // License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// +// +// This file implements LLVMContext, as a wrapper around the opaque +// class LLVMContextImpl. +// +//===----------------------------------------------------------------------===// #include "llvm/LLVMContext.h" #include "llvm/Constants.h" |