[cfe-commits] r132548 - /cfe/trunk/lib/CodeGen/CGStmt.cpp

Eric Christopher echristo at apple.com
Fri Jun 3 07:52:25 PDT 2011


Author: echristo
Date: Fri Jun  3 09:52:25 2011
New Revision: 132548

URL: http://llvm.org/viewvc/llvm-project?rev=132548&view=rev
Log:
80-column cleanup.

Modified:
    cfe/trunk/lib/CodeGen/CGStmt.cpp

Modified: cfe/trunk/lib/CodeGen/CGStmt.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGStmt.cpp?rev=132548&r1=132547&r2=132548&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGStmt.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGStmt.cpp Fri Jun  3 09:52:25 2011
@@ -1422,8 +1422,8 @@
     const Expr *OutExpr = S.getOutputExpr(i);
     OutExpr = OutExpr->IgnoreParenNoopCasts(getContext());
 
-    OutputConstraint = AddVariableConstraints(OutputConstraint, *OutExpr, Target,
-                                             CGM, S);
+    OutputConstraint = AddVariableConstraints(OutputConstraint, *OutExpr,
+                                              Target, CGM, S);
 
     LValue Dest = EmitLValue(OutExpr);
     if (!Constraints.empty())





More information about the cfe-commits mailing list