diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-04-22 05:08:15 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-04-22 05:08:15 +0000 |
commit | 2a03192a02dbf4fdff438d1e658356bde871aba4 (patch) | |
tree | 737d38cc78c86e3d0b9cc9db6c057ac381bbd18c /lib/CodeGen/CodeGenFunction.h | |
parent | 71dfdb9bc91b5d81b124e6091c903e4efd87149d (diff) |
Make ObjCInterfaceDecl's const in some more places.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69775 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 a0f38af42b..32001ceab3 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -623,7 +623,7 @@ public: LValue EmitConditionalOperator(const ConditionalOperator *E); LValue EmitCastLValue(const CastExpr *E); - llvm::Value *EmitIvarOffset(ObjCInterfaceDecl *Interface, + llvm::Value *EmitIvarOffset(const ObjCInterfaceDecl *Interface, const ObjCIvarDecl *Ivar); LValue EmitLValueForField(llvm::Value* Base, FieldDecl* Field, bool isUnion, unsigned CVRQualifiers); |