[X86] combineMul - move MUL_IMM comment inside function. NFC.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 22 Aug 2021 17:27:03 +0000 (18:27 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 22 Aug 2021 17:27:03 +0000 (18:27 +0100)
commit805fb1f6c164ebcab02356bb2500e832781b7b79
tree20217c8a606c36c0a20284c0aa08cf0c2ef2cee7
parent07d44cc0b14765732c6ca37e534ed34935ab2d6e
[X86] combineMul - move MUL_IMM comment inside function. NFC.

combineMul is now used for other things as well as the mul-with-constant expansion - move the comment to where its actually relevant.
llvm/lib/Target/X86/X86ISelLowering.cpp