Skip to content

Commit 89b1c80

Browse files
Remove redundant IsZero comment.
1 parent 447b338 commit 89b1c80

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/AArch64/GISel/AArch64PostLegalizerLowering.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,6 @@ void applySwapICmpOperands(MachineInstr &MI, GISelChangeObserver &Observer) {
931931

932932
/// \returns a function which builds a vector floating point compare instruction
933933
/// for a condition code \p CC.
934-
/// \param [in] IsZero - True if the comparison is against 0.
935934
/// \param [in] NoNans - True if the target has NoNansFPMath.
936935
std::function<Register(MachineIRBuilder &)>
937936
getVectorFCMP(AArch64CC::CondCode CC, Register LHS, Register RHS, bool NoNans,

0 commit comments

Comments
 (0)