summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2010-10-04 22:13:18 +0000
committerDevang Patel <dpatel@apple.com>2010-10-04 22:13:18 +0000
commit95eea45aa571983f4e4e1584f4c6452065732bee (patch)
tree2ab6ba8b971202348b72c1344159677c4155210d /clang/lib/CodeGen
parent3ae4d87d6f3737089510c20f5f9b0080adf44e8b (diff)
downloadbcm5719-llvm-95eea45aa571983f4e4e1584f4c6452065732bee.tar.gz
bcm5719-llvm-95eea45aa571983f4e4e1584f4c6452065732bee.zip
Add missing '}' :)
llvm-svn: 115568
Diffstat (limited to 'clang/lib/CodeGen')
-rw-r--r--clang/lib/CodeGen/CGExprScalar.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CGExprScalar.cpp b/clang/lib/CodeGen/CGExprScalar.cpp
index ed9692a0843..c7176cc2ab9 100644
--- a/clang/lib/CodeGen/CGExprScalar.cpp
+++ b/clang/lib/CodeGen/CGExprScalar.cpp
@@ -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);
}
OpenPOWER on IntegriCloud