diff options
Diffstat (limited to 'clang/lib/CodeGen/CGObjCRuntime.h')
| -rw-r--r-- | clang/lib/CodeGen/CGObjCRuntime.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/clang/lib/CodeGen/CGObjCRuntime.h b/clang/lib/CodeGen/CGObjCRuntime.h index 94217ddc1d2..53753695fc7 100644 --- a/clang/lib/CodeGen/CGObjCRuntime.h +++ b/clang/lib/CodeGen/CGObjCRuntime.h @@ -29,6 +29,7 @@ namespace llvm { namespace clang { namespace CodeGen { + class CodeGenModule; //FIXME Several methods should be pure virtual but aren't to avoid the //partially-implemented subclass breaking. @@ -119,9 +120,7 @@ public: /// Creates an instance of an Objective-C runtime class. //TODO: This should include some way of selecting which runtime to target. -CGObjCRuntime *CreateObjCRuntime(llvm::Module &M, - const llvm::Type *LLVMIntType, - const llvm::Type *LLVMLongType); +CGObjCRuntime *CreateObjCRuntime(CodeGenModule &CGM); } } #endif |

