diff options
author | Philip Reames <listmail@philipreames.com> | 2021-11-23 09:10:41 -0800 |
---|---|---|
committer | Philip Reames <listmail@philipreames.com> | 2021-11-23 09:12:20 -0800 |
commit | 18086186ab5ac7698db0fbc45c58cff2a7747da6 (patch) | |
tree | dc03857d0eda8e5121e38544daa64a705d0b8271 /llvm/lib/Transforms/Utils/InlineFunction.cpp | |
parent | b00fc198224efa038a7469e068dd920b3f1aba75 (diff) | |
download | llvm-18086186ab5ac7698db0fbc45c58cff2a7747da6.zip llvm-18086186ab5ac7698db0fbc45c58cff2a7747da6.tar.gz llvm-18086186ab5ac7698db0fbc45c58cff2a7747da6.tar.bz2 |
[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.
Diffstat (limited to 'llvm/lib/Transforms/Utils/InlineFunction.cpp')
0 files changed, 0 insertions, 0 deletions