[cfe-commits] r139296 - /cfe/trunk/lib/CodeGen/CGExpr.cpp
Eric Christopher
echristo at apple.com
Thu Sep 8 10:15:04 PDT 2011
Author: echristo
Date: Thu Sep 8 12:15:04 2011
New Revision: 139296
URL: http://llvm.org/viewvc/llvm-project?rev=139296&view=rev
Log:
Formatting.
Modified:
cfe/trunk/lib/CodeGen/CGExpr.cpp
Modified: cfe/trunk/lib/CodeGen/CGExpr.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGExpr.cpp?rev=139296&r1=139295&r2=139296&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGExpr.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGExpr.cpp Thu Sep 8 12:15:04 2011
@@ -659,7 +659,8 @@
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:
More information about the cfe-commits
mailing list