зеркало из https://github.com/microsoft/clang-1.git
fix save-o
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59611 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
865732239a
Коммит
f089551542
|
@ -63,7 +63,7 @@ RValue CodeGenFunction::EmitObjCMessageExpr(const ObjCMessageExpr *E) {
|
|||
// Very special case, super send in class method. The receiver is
|
||||
// self (the class object) and the send uses super semantics.
|
||||
if (!OID) {
|
||||
assert(E->getClassName()->isName("super")) &&
|
||||
assert(E->getClassName()->isName("super") &&
|
||||
"Unexpected missing class interface in message send.");
|
||||
isSuperMessage = true;
|
||||
Receiver = LoadObjCSelf();
|
||||
|
|
Загрузка…
Ссылка в новой задаче