diff options
Diffstat (limited to 'lib/CodeGen/CodeGenTypes.h')
-rw-r--r-- | lib/CodeGen/CodeGenTypes.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/CodeGen/CodeGenTypes.h b/lib/CodeGen/CodeGenTypes.h index 46ca79a3ca..eb4244545b 100644 --- a/lib/CodeGen/CodeGenTypes.h +++ b/lib/CodeGen/CodeGenTypes.h @@ -143,15 +143,8 @@ public: /// memory representation is usually i8 or i32, depending on the target. const llvm::Type *ConvertTypeForMem(QualType T); - /// GetFunctionType - Get the LLVM function type from Info. + /// GetFunctionType - Get the LLVM function type for \arg Info. const llvm::FunctionType *GetFunctionType(const CGFunctionInfo &Info); - - /// GetFunctionType - Get the LLVM function type for the given types - /// and variadicness. - // FIXME: Do we even need IsVariadic here? - const llvm::FunctionType *GetFunctionType(ArgTypeIterator begin, - ArgTypeIterator end, - bool IsVariadic); const CGRecordLayout *getCGRecordLayout(const TagDecl*) const; /// Returns a StructType representing an Objective-C object |