[DAG] combineShiftToMULH - move getValueType() inside assert. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 25 Sep 2021 10:56:35 +0000 (11:56 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 25 Sep 2021 10:56:35 +0000 (11:56 +0100)
commit6bd5b1b1ce0b7b206ce98f42287521ecf8a9bea6
treedc24318bc6c5fec4ccf57c269663d51474d0ad78
parent0f78ece1690255e52d87bd367c63c2a1ccf17430
[DAG] combineShiftToMULH - move getValueType() inside assert. NFCI.

Avoids an unnecessary (void).
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp