diff options
author | Arjun P <arjunpitchanathan@gmail.com> | 2022-01-06 19:16:57 +0530 |
---|---|---|
committer | Arjun P <arjunpitchanathan@gmail.com> | 2022-01-06 19:18:30 +0530 |
commit | ef8351598ef33b906fd1962420c8b464812cea85 (patch) | |
tree | e02df2fbf5b53824055e19f0dbf39fb9b80f8e12 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | ddd9ec667a2e3ec241f11dbb8368600dcf432eb4 (diff) | |
download | llvm-ef8351598ef33b906fd1962420c8b464812cea85.zip llvm-ef8351598ef33b906fd1962420c8b464812cea85.tar.gz llvm-ef8351598ef33b906fd1962420c8b464812cea85.tar.bz2 |
[MLIR] Simplex::findPivotRow: silence spurious coverity warning
Initialize some variables to zero to avoid a warning about them possibly being
used uninitialized. In actuality, they will never be used before initialization.
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions