mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
Reflow this to be easier to read.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187459 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
63a5619410
commit
b0bee810e7
@ -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…
x
Reference in New Issue
Block a user