diff options
-rw-r--r-- | lib/CodeGen/CGValue.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/CodeGen/CGValue.h b/lib/CodeGen/CGValue.h index fae473f866..e601b04900 100644 --- a/lib/CodeGen/CGValue.h +++ b/lib/CodeGen/CGValue.h @@ -219,6 +219,9 @@ public: return R; } + // FIXME: It is probably bad that we aren't emitting the target when + // we build the lvalue. However, this complicates the code a bit, + // and I haven't figured out how to make it go wrong yet. static LValue MakePropertyRef(const ObjCPropertyRefExpr *E, unsigned Qualifiers) { LValue R; |