diff options
author | David Sherwood <david.sherwood@arm.com> | 2020-10-26 15:12:58 +0000 |
---|---|---|
committer | David Sherwood <david.sherwood@arm.com> | 2020-10-29 14:32:26 +0000 |
commit | 8c058dd2d752f9ac26a085eb93e1b6e864583be0 (patch) | |
tree | 0f54f32c9659c8a9b42df9e6a000bbcdb9a5f8e5 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 58a6b7bcdee24d72879d1c19331479ae94af6d41 (diff) | |
download | llvm-8c058dd2d752f9ac26a085eb93e1b6e864583be0.zip llvm-8c058dd2d752f9ac26a085eb93e1b6e864583be0.tar.gz llvm-8c058dd2d752f9ac26a085eb93e1b6e864583be0.tar.bz2 |
[SVE] Remove TypeSize comparison operators
All known instances in the code where we relied upon the TypeSize
comparison operators have now been changed to either use scalar
interger comparisons or one of the TypeSize::isKnownXY functions.
It is now safe to remove the comparison operators.
Differential Revision: https://reviews.llvm.org/D90160
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions