mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-16 07:38:43 +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
|
// Add information to the INLINEASM node to know that this register is
|
||||||
// set.
|
// set.
|
||||||
OpInfo.AssignedRegs.AddInlineAsmOperands(OpInfo.isEarlyClobber ?
|
OpInfo.AssignedRegs
|
||||||
InlineAsm::Kind_RegDefEarlyClobber :
|
.AddInlineAsmOperands(OpInfo.isEarlyClobber
|
||||||
InlineAsm::Kind_RegDef,
|
? InlineAsm::Kind_RegDefEarlyClobber
|
||||||
false,
|
: InlineAsm::Kind_RegDef,
|
||||||
0,
|
false, 0, DAG, AsmNodeOperands);
|
||||||
DAG,
|
|
||||||
AsmNodeOperands);
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case InlineAsm::isInput: {
|
case InlineAsm::isInput: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user