diff options
author | Craig Topper <craig.topper@intel.com> | 2017-12-23 18:53:01 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@intel.com> | 2017-12-23 18:53:01 +0000 |
commit | dbbbb8532ce256bcf77c4621ebae4f67f182c756 (patch) | |
tree | 610530476d26d1ca076ef2d5aa391e5712c2fa83 /llvm/lib/Analysis/ModuleSummaryAnalysis.cpp | |
parent | fc01bf86d55b6fd646ce71ca61494a63d2c4069e (diff) | |
download | llvm-dbbbb8532ce256bcf77c4621ebae4f67f182c756.zip llvm-dbbbb8532ce256bcf77c4621ebae4f67f182c756.tar.gz llvm-dbbbb8532ce256bcf77c4621ebae4f67f182c756.tar.bz2 |
[X86] Remove unneeded EVT variable. NFC
Immediately after it is created we check if its equal to another EVT. Then we inconsistently use one or the other variables in the code below.
Instead do the equality check directly on the getValueType result and remove the variable. Use the origina VT variable throughout the remaining code.
llvm-svn: 321406
Diffstat (limited to 'llvm/lib/Analysis/ModuleSummaryAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions