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/CodeGenFunction.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/CodeGenFunction.h')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index d3571e593b..ebb35ba948 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -31,7 +31,7 @@ namespace llvm { class BasicBlock; - struct LLVMContext; + class LLVMContext; class Module; class SwitchInst; class Value; |