]> granicus.if.org Git - clang/commitdiff
80-column cleanup.
authorEric Christopher <echristo@apple.com>
Fri, 3 Jun 2011 14:52:25 +0000 (14:52 +0000)
committerEric Christopher <echristo@apple.com>
Fri, 3 Jun 2011 14:52:25 +0000 (14:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132548 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGStmt.cpp

index 7a89bf024f7ff55d123ec0fbcbd8d81dfe88ec9f..995511c615a9b8bf007d74a1e546031fb5b4bbcc 100644 (file)
@@ -1422,8 +1422,8 @@ void CodeGenFunction::EmitAsmStmt(const AsmStmt &S) {
     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())