forked from OSchip/llvm-project
parent
3f3488e7d7
commit
101236969f
|
@ -1082,6 +1082,7 @@ void CodeGenFunction::EmitParmDecl(const VarDecl &D, llvm::Value *Arg,
|
|||
const ObjCMethodDecl *method = cast<ObjCMethodDecl>(CurCodeDecl);
|
||||
assert(&D == method->getSelfDecl());
|
||||
assert(method->getMethodFamily() != OMF_init);
|
||||
(void) method;
|
||||
lt = Qualifiers::OCL_ExplicitNone;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue