diff options
| author | John McCall <rjmccall@apple.com> | 2011-11-07 03:59:57 +0000 |
|---|---|---|
| committer | John McCall <rjmccall@apple.com> | 2011-11-07 03:59:57 +0000 |
| commit | c109a259d2095dc78dfc1291bddab5c7737ce375 (patch) | |
| tree | 001b6ceb000c8fac315a8510222e057d807f7fdd /clang/lib/CodeGen/CodeGenFunction.h | |
| parent | 8c045bcf9d124c355b9a1c98e6928eebb3cce225 (diff) | |
| download | bcm5719-llvm-c109a259d2095dc78dfc1291bddab5c7737ce375.tar.gz bcm5719-llvm-c109a259d2095dc78dfc1291bddab5c7737ce375.zip | |
Rip the ObjCPropertyRef l-value kind out of IR-generation.
llvm-svn: 143908
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
| -rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index 0b31ce43a90..3a0be7a5627 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -1994,15 +1994,12 @@ public: RValue EmitLoadOfLValue(LValue V); RValue EmitLoadOfExtVectorElementLValue(LValue V); RValue EmitLoadOfBitfieldLValue(LValue LV); - RValue EmitLoadOfPropertyRefLValue(LValue LV, - ReturnValueSlot Return = ReturnValueSlot()); /// EmitStoreThroughLValue - Store the specified rvalue into the specified /// lvalue, where both are guaranteed to the have the same type, and that type /// is 'Ty'. void EmitStoreThroughLValue(RValue Src, LValue Dst); void EmitStoreThroughExtVectorComponentLValue(RValue Src, LValue Dst); - void EmitStoreThroughPropertyRefLValue(RValue Src, LValue Dst); /// EmitStoreThroughLValue - Store Src into Dst with same constraints as /// EmitStoreThroughLValue. @@ -2075,7 +2072,6 @@ public: LValue EmitObjCMessageExprLValue(const ObjCMessageExpr *E); LValue EmitObjCIvarRefLValue(const ObjCIvarRefExpr *E); - LValue EmitObjCPropertyRefLValue(const ObjCPropertyRefExpr *E); LValue EmitStmtExprLValue(const StmtExpr *E); LValue EmitPointerToDataMemberBinaryExpr(const BinaryOperator *E); LValue EmitObjCSelectorLValue(const ObjCSelectorExpr *E); |

