Add missing '}' :)
llvm-svn: 115568
This commit is contained in:
parent
3ae4d87d6f
commit
95eea45aa5
@ -733,6 +733,7 @@ Value *ScalarExprEmitter::VisitMemberExpr(MemberExpr *E) {
|
||||
if (FieldDecl *M = cast<FieldDecl>(E->getMemberDecl()))
|
||||
DI->getOrCreateRecordType(PTy->getPointeeType(),
|
||||
M->getParent()->getLocation());
|
||||
}
|
||||
return EmitLoadOfLValue(E);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user