Suppress a warning in -Asserts builds.

llvm-svn: 133110
This commit is contained in:
John McCall 2011-06-15 23:40:09 +00:00
parent 3f3488e7d7
commit 101236969f
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}