mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-26 04:56:07 +00:00
Add clarifying parens.
llvm-svn: 86457
This commit is contained in:
parent
3b339a3aa3
commit
7e215ea165
@ -815,7 +815,7 @@ static void setObjCGCLValueClass(const ASTContext &Ctx, const Expr *E,
|
||||
|
||||
static LValue EmitGlobalVarDeclLValue(CodeGenFunction &CGF,
|
||||
const Expr *E, const VarDecl *VD) {
|
||||
assert(VD->hasExternalStorage() || VD->isFileVarDecl() &&
|
||||
assert((VD->hasExternalStorage() || VD->isFileVarDecl()) &&
|
||||
"Var decl must have external storage or be a file var decl!");
|
||||
|
||||
llvm::Value *V = CGF.CGM.GetAddrOfGlobalVar(VD);
|
||||
|
Loading…
x
Reference in New Issue
Block a user