diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2009-08-11 17:46:57 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2009-08-11 17:46:57 +0000 |
commit | f21efe9088a0b3eda1209d1706529f6cb2073092 (patch) | |
tree | 287f71eb93dc4e9a7c8bbc09714101a5952f3157 /lib/CodeGen/CodeGenTypes.h | |
parent | 0dec56d4ce737484aff17d4429a6e2e2fbad73e0 (diff) |
LLVMContext is a class now.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@78691 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenTypes.h')
-rw-r--r-- | lib/CodeGen/CodeGenTypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CodeGenTypes.h b/lib/CodeGen/CodeGenTypes.h index acb5803841..a30f8e7f3c 100644 --- a/lib/CodeGen/CodeGenTypes.h +++ b/lib/CodeGen/CodeGenTypes.h @@ -28,7 +28,7 @@ namespace llvm { class PATypeHolder; class TargetData; class Type; - struct LLVMContext; + class LLVMContext; } namespace clang { |