diff options
author | Craig Topper <craig.topper@gmail.com> | 2017-04-13 20:39:37 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2017-04-13 20:39:37 +0000 |
commit | e953dec673b6f2ec1e81445c16d799e29f4f76b2 (patch) | |
tree | 65ccc5919a3a1f2a46ff1fad9a22182be51ee98d /llvm/tools/llvm-pdbdump/PrettyVariableDumper.cpp | |
parent | af36d02430d66212c6bcab713199f2ab74c03a16 (diff) | |
download | bcm5719-llvm-e953dec673b6f2ec1e81445c16d799e29f4f76b2.tar.gz bcm5719-llvm-e953dec673b6f2ec1e81445c16d799e29f4f76b2.zip |
[ValueTracking] Remove duplicate call to computeKnownBits for the operands of Select.
We call it unconditionally on the operands of the select. Then decide if its a min/max and call it on the min/max operands or on the select operands again. Either of those second calls will overwrite the results of the initial call so we can just delete the first call.
llvm-svn: 300256
Diffstat (limited to 'llvm/tools/llvm-pdbdump/PrettyVariableDumper.cpp')
0 files changed, 0 insertions, 0 deletions