[InstCombine] Remove unused visitUDivOperand() argument (NFC)
authorNikita Popov <npopov@redhat.com>
Wed, 23 Feb 2022 12:16:01 +0000 (13:16 +0100)
committerNikita Popov <npopov@redhat.com>
Wed, 23 Feb 2022 12:16:44 +0000 (13:16 +0100)
commit5fb65557e36ab92d7b38606f7dffd1a3d73a2344
treed21ae585217a4fd422f205b43d17e2763ca90a38
parent7036413dc21254c8bf2f4ac62a3b087bc4b94ce8
[InstCombine] Remove unused visitUDivOperand() argument (NFC)

This function only works on the RHS operand.
llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp