mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Indentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103441 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
163a9f7c5f
commit
60ffa9467b
@ -532,10 +532,10 @@ void InstrEmitter::EmitRegSequence(SDNode *Node,
|
|||||||
if (i & 1) {
|
if (i & 1) {
|
||||||
unsigned SubIdx = cast<ConstantSDNode>(Op)->getZExtValue();
|
unsigned SubIdx = cast<ConstantSDNode>(Op)->getZExtValue();
|
||||||
unsigned SubReg = getVR(Node->getOperand(i-1), VRBaseMap);
|
unsigned SubReg = getVR(Node->getOperand(i-1), VRBaseMap);
|
||||||
const TargetRegisterClass *TRC = MRI->getRegClass(SubReg);
|
const TargetRegisterClass *TRC = MRI->getRegClass(SubReg);
|
||||||
const TargetRegisterClass *SRC =
|
const TargetRegisterClass *SRC =
|
||||||
getSuperRegisterRegClass(TRC, SubIdx, Node->getValueType(0));
|
getSuperRegisterRegClass(TRC, SubIdx, Node->getValueType(0));
|
||||||
assert(SRC == RC && "Invalid subregister index in REG_SEQUENCE");
|
assert(SRC == RC && "Invalid subregister index in REG_SEQUENCE");
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
AddOperand(MI, Op, i+1, &II, VRBaseMap);
|
AddOperand(MI, Op, i+1, &II, VRBaseMap);
|
||||||
|
Loading…
Reference in New Issue
Block a user