[unroll] Remove two dead variable assignments [nfc]
authorPhilip Reames <listmail@philipreames.com>
Tue, 23 Nov 2021 17:10:41 +0000 (09:10 -0800)
committerPhilip Reames <listmail@philipreames.com>
Tue, 23 Nov 2021 17:12:20 +0000 (09:12 -0800)
commit18086186ab5ac7698db0fbc45c58cff2a7747da6
treedc03857d0eda8e5121e38544daa64a705d0b8271
parentb00fc198224efa038a7469e068dd920b3f1aba75
[unroll] Remove two dead variable assignments [nfc]

These variables are not out-params, and we immediately return after assigning them.  Thus, the assignments are dead and just confusing.

I believe these used to be out-params, but they're not any more.
llvm/lib/Transforms/Scalar/LoopUnrollPass.cpp