diff options
author | Kazu Hirata <kazu@google.com> | 2025-09-23 08:11:08 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-23 08:11:08 -0700 |
commit | 99618dec185e985db4f19ca5e61e00d30b9a8b74 (patch) | |
tree | 68d198150d0af6a9f6ea5ce601cad7b7c4b03320 /llvm/lib/Support/OptimizedStructLayout.cpp | |
parent | 2800ac203cba9e82f31334ff5439b9a91f7444fa (diff) | |
download | llvm-99618dec185e985db4f19ca5e61e00d30b9a8b74.zip llvm-99618dec185e985db4f19ca5e61e00d30b9a8b74.tar.gz llvm-99618dec185e985db4f19ca5e61e00d30b9a8b74.tar.bz2 |
[Tooling] Simplify a use of std::is_same (NFC) (#160237)
std::is_same<...>::type is functionally the same as std::is_same<...>.
This patch removes the redundant ::type at the end.
Diffstat (limited to 'llvm/lib/Support/OptimizedStructLayout.cpp')
0 files changed, 0 insertions, 0 deletions