Add FIXME.

Swift SVN r5567
This commit is contained in:
Ted Kremenek
2013-06-11 00:17:05 +00:00
parent 3341e11687
commit 05508d147c

View File

@@ -52,7 +52,9 @@ SILConstant::SILConstant(ValueDecl *vd, SILConstant::Kind kind,
: loc(vd), kind(kind), isObjC(isObjC)
{
unsigned naturalUncurryLevel;
// FIXME: restructure to use a "switch".
if (auto *func = dyn_cast<FuncDecl>(vd)) {
assert(!func->isGetterOrSetter() &&
"cannot create a Func SILConstant for a property accessor");