Reflow this to be easier to read.
authorEric Christopher <echristo@gmail.com>
Tue, 30 Jul 2013 22:50:44 +0000 (22:50 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 30 Jul 2013 22:50:44 +0000 (22:50 +0000)
llvm-svn: 187459

llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp

index 7d87ea1..16ce8e3 100644 (file)
@@ -6146,13 +6146,11 @@ void SelectionDAGBuilder::visitInlineAsm(ImmutableCallSite CS) {
 
       // Add information to the INLINEASM node to know that this register is
       // set.
-      OpInfo.AssignedRegs.AddInlineAsmOperands(OpInfo.isEarlyClobber ?
-                                           InlineAsm::Kind_RegDefEarlyClobber :
-                                               InlineAsm::Kind_RegDef,
-                                               false,
-                                               0,
-                                               DAG,
-                                               AsmNodeOperands);
+      OpInfo.AssignedRegs
+          .AddInlineAsmOperands(OpInfo.isEarlyClobber
+                                    ? InlineAsm::Kind_RegDefEarlyClobber
+                                    : InlineAsm::Kind_RegDef,
+                                false, 0, DAG, AsmNodeOperands);
       break;
     }
     case InlineAsm::isInput: {