diff options
author | Eric Christopher <echristo@apple.com> | 2011-09-08 17:15:04 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-09-08 17:15:04 +0000 |
commit | d98e424716bd887860dd8ff632c244e6fc083806 (patch) | |
tree | 74bed9d67c4685c198427470c617e35b75a5fdf6 /clang/lib/CodeGen/CGExpr.cpp | |
parent | d0e4955b1409daed6865d3f69aae862c77f8baf4 (diff) | |
download | bcm5719-llvm-d98e424716bd887860dd8ff632c244e6fc083806.tar.gz bcm5719-llvm-d98e424716bd887860dd8ff632c244e6fc083806.zip |
Formatting.
llvm-svn: 139296
Diffstat (limited to 'clang/lib/CodeGen/CGExpr.cpp')
-rw-r--r-- | clang/lib/CodeGen/CGExpr.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGExpr.cpp b/clang/lib/CodeGen/CGExpr.cpp index 0be3628a626..9364ade96df 100644 --- a/clang/lib/CodeGen/CGExpr.cpp +++ b/clang/lib/CodeGen/CGExpr.cpp @@ -659,7 +659,8 @@ LValue CodeGenFunction::EmitLValue(const Expr *E) { return EmitVAArgExprLValue(cast<VAArgExpr>(E)); case Expr::DeclRefExprClass: return EmitDeclRefLValue(cast<DeclRefExpr>(E)); - case Expr::ParenExprClass:return EmitLValue(cast<ParenExpr>(E)->getSubExpr()); + case Expr::ParenExprClass: + return EmitLValue(cast<ParenExpr>(E)->getSubExpr()); case Expr::GenericSelectionExprClass: return EmitLValue(cast<GenericSelectionExpr>(E)->getResultExpr()); case Expr::PredefinedExprClass: |