diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2009-02-03 19:03:09 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2009-02-03 19:03:09 +0000 |
commit | 598d3f61b6ca854e9d3c2f3359e24468502a61aa (patch) | |
tree | 1cda9a49dcd97f31871e1e0af6884db0ad63ea03 /lib/CodeGen/CodeGenFunction.h | |
parent | 45206ecf708bf03b04db07c2476b9f862127a8b1 (diff) |
ir-gen for nonfragile ivar bitfield access (objc2 nonfragile abi).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63644 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 31b2c4e4e4..0e6660c686 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -531,7 +531,7 @@ public: unsigned CVRQualifiers); LValue EmitLValueForBitfield(llvm::Value* Base, FieldDecl* Field, - unsigned CVRQualifiers, unsigned idx); + unsigned CVRQualifiers); LValue EmitCXXConditionDeclLValue(const CXXConditionDeclExpr *E); |