Skip to content

Commit 5f24229

Browse files
committed
Fix comment
1 parent ef16d40 commit 5f24229

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1169,9 +1169,9 @@ AArch64ExpandPseudo::expandCondSMToggle(MachineBasicBlock &MBB,
11691169
// Create the SMSTART/SMSTOP (MSRpstatesvcrImm1) instruction in SMBB.
11701170
MachineInstrBuilder MIB = BuildMI(CondBB, CondBB.back(), MI.getDebugLoc(),
11711171
TII->get(AArch64::MSRpstatesvcrImm1));
1172-
// Copy all but the second and third operands of MSRcond_pstatesvcrImm1
1173-
// (as these contain the CopyFromReg for the first argument and the flag
1174-
// to indicate whether the callee is streaming or normal).
1172+
// Copy all but the second and third operands of MSRcond_pstatesvcrImm1 (as
1173+
// these contain the CopyFromReg for the first argument and the flag to
1174+
// indicate whether the callee is streaming or normal).
11751175
MIB.add(MI.getOperand(0));
11761176
MIB.add(MI.getOperand(1));
11771177
for (unsigned i = 4; i < MI.getNumOperands(); ++i)

0 commit comments

Comments
 (0)