commit | a2ca746d9b6f6e763c0ce2c39ad2d4dc44236d9a | [log] [tgz] |
---|---|---|
author | Benjamin Kramer <benny.kra@googlemail.com> | Tue Aug 11 17:46:57 2009 +0000 |
committer | Benjamin Kramer <benny.kra@googlemail.com> | Tue Aug 11 17:46:57 2009 +0000 |
tree | 287f71eb93dc4e9a7c8bbc09714101a5952f3157 | |
parent | 6ffe7b41d91c6c0134f9d9cf4ac7d2787024f720 [diff] [blame] |
LLVMContext is a class now. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@78691 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/CGBlocks.h b/lib/CodeGen/CGBlocks.h index 42c4f73..5a0af04 100644 --- a/lib/CodeGen/CGBlocks.h +++ b/lib/CodeGen/CGBlocks.h
@@ -39,7 +39,7 @@ class TargetData; class FunctionType; class Value; - struct LLVMContext; + class LLVMContext; } namespace clang {