Skip to content

Commit 1bcb381

Browse files
committed
fixup! Use m_BinOp instead of m_CommutativeBinOp
1 parent ae586ec commit 1bcb381

File tree

1 file changed

+1
-1
lines changed
  • llvm/include/llvm/CodeGen/GlobalISel

1 file changed

+1
-1
lines changed

llvm/include/llvm/CodeGen/GlobalISel/Utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ void reportGISelWarning(MachineFunction &MF, const TargetPassConfig &TPC,
171171
MachineOptimizationRemarkEmitter &MORE,
172172
MachineOptimizationRemarkMissed &R);
173173

174-
/// Returns the inverse opcode of \p MinMaxOpc , which is a generic min/max
174+
/// Returns the inverse opcode of \p MinMaxOpc, which is a generic min/max
175175
/// opcode like G_SMIN.
176176
unsigned getInverseGMinMaxOpcode(unsigned MinMaxOpc);
177177

0 commit comments

Comments
 (0)