summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-07-30 22:50:44 +0000
committerEric Christopher <echristo@gmail.com>2013-07-30 22:50:44 +0000
commit029af1508668e8caa8ea3fb02c63cf91ad385faa (patch)
tree4c865f7b1e2d8002f93fc803938b1c5736df8112 /llvm/lib/CodeGen
parent62c0ac0acfbd59b60b5c648b4af09601dc4dff3d (diff)
downloadbcm5719-llvm-029af1508668e8caa8ea3fb02c63cf91ad385faa.tar.gz
bcm5719-llvm-029af1508668e8caa8ea3fb02c63cf91ad385faa.zip
Reflow this to be easier to read.
llvm-svn: 187459
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp12
1 files changed, 5 insertions, 7 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
index 7d87ea16f13..16ce8e3b122 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
@@ -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: {
OpenPOWER on IntegriCloud