mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-14 15:39:06 +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) {
|
||||
unsigned SubIdx = cast<ConstantSDNode>(Op)->getZExtValue();
|
||||
unsigned SubReg = getVR(Node->getOperand(i-1), VRBaseMap);
|
||||
const TargetRegisterClass *TRC = MRI->getRegClass(SubReg);
|
||||
const TargetRegisterClass *SRC =
|
||||
getSuperRegisterRegClass(TRC, SubIdx, Node->getValueType(0));
|
||||
assert(SRC == RC && "Invalid subregister index in REG_SEQUENCE");
|
||||
const TargetRegisterClass *TRC = MRI->getRegClass(SubReg);
|
||||
const TargetRegisterClass *SRC =
|
||||
getSuperRegisterRegClass(TRC, SubIdx, Node->getValueType(0));
|
||||
assert(SRC == RC && "Invalid subregister index in REG_SEQUENCE");
|
||||
}
|
||||
#endif
|
||||
AddOperand(MI, Op, i+1, &II, VRBaseMap);
|
||||
|
Loading…
Reference in New Issue
Block a user