diff options
author | Valery N Dmitriev <valery.n.dmitriev@intel.com> | 2021-06-11 09:35:08 -0700 |
---|---|---|
committer | Valery N Dmitriev <valery.n.dmitriev@intel.com> | 2021-06-11 10:08:55 -0700 |
commit | 94a07c79cf108b8b9566acfa64d11aca27d60a84 (patch) | |
tree | 6f6b9ec6896db0f0c64ada11935dc12857c0c164 /llvm/lib/CodeGen/MachineFunction.cpp | |
parent | ee98f600de9ed1498fae75a08382a1f73c1d69bb (diff) | |
download | llvm-94a07c79cf108b8b9566acfa64d11aca27d60a84.zip llvm-94a07c79cf108b8b9566acfa64d11aca27d60a84.tar.gz llvm-94a07c79cf108b8b9566acfa64d11aca27d60a84.tar.bz2 |
[SLP][NFC] Fix condition that was supposed to save a bit of compile time.
It was found by chance revealing discrepancy between comment (few lines above),
the condition and how re-ordering of instruction is done inside the if statement
it guards. The condition was always evaluated to true.
Differential Revision: https://reviews.llvm.org/D104064
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions