diff options
author | Reid Kleckner <rnk@google.com> | 2020-01-31 16:55:35 -0800 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2020-01-31 16:57:33 -0800 |
commit | a1daa7d079aa86589ac7e73e818d4ab95969275f (patch) | |
tree | 91ae1d61e824394d4a3a351d79d7bb27a83e2db1 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 4b606b4af5da3553bf027d456689d2e10b17869b (diff) | |
download | llvm-a1daa7d079aa86589ac7e73e818d4ab95969275f.zip llvm-a1daa7d079aa86589ac7e73e818d4ab95969275f.tar.gz llvm-a1daa7d079aa86589ac7e73e818d4ab95969275f.tar.bz2 |
Avoid std::tie in TypeSize.h
std::tie isn't saving much here, just use == && ==. No numbers to
support this, but std::tie is one of the most expensive instantiations.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions