mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-18 17:17:49 +00:00
Reflow this to be easier to read.
llvm-svn: 187459
This commit is contained in:
parent
3ae72e95ac
commit
a4c7e1a0ca
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user