OSDN Git Service

Avoid std::tie in TypeSize.h
authorReid Kleckner <rnk@google.com>
Sat, 1 Feb 2020 00:55:35 +0000 (16:55 -0800)
committerReid Kleckner <rnk@google.com>
Sat, 1 Feb 2020 00:57:33 +0000 (16:57 -0800)
commita1daa7d079aa86589ac7e73e818d4ab95969275f
tree91ae1d61e824394d4a3a351d79d7bb27a83e2db1
parent4b606b4af5da3553bf027d456689d2e10b17869b
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.
llvm/include/llvm/Support/TypeSize.h