aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2008-10-17 23:02:24 +0000
committerDaniel Dunbar <daniel@zuster.org>2008-10-17 23:02:24 +0000
commitf951719f81a8eebd1fa6c80ccde843888dfd5d64 (patch)
treedcae8e9815e03cd7db6d6318d1fe887b63692ed0
parentdacd67a377f6f3d4bfd754d69b0a070e4a61baab (diff)
Add FIXME about potential problem in how property ref lvalues are handled.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57743 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/CodeGen/CGValue.h3
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;