OSDN Git Service

[AArch64][GlobalISel] Remove duplicate attribute lookup code that was supposed to...
authorAmara Emerson <aemerson@apple.com>
Thu, 23 Jan 2020 22:46:15 +0000 (14:46 -0800)
committerAmara Emerson <aemerson@apple.com>
Thu, 23 Jan 2020 23:50:08 +0000 (15:50 -0800)
commit44b496758f177df2655b6adf88173e552aacec05
tree2c630f22ecd7ac52e6cb7e92cfb16db233ebdc1a
parentaabc3c59e131aa09c755d81fc1716d1d4833d52c
[AArch64][GlobalISel] Remove duplicate attribute lookup code that was supposed to be cached. NFC.

When I cached this a long time ago it seems I forgot to remove the locally
declared variable of the same name in select(), so the caching wasn't having
any compile time benefit. Doh.
llvm/lib/Target/AArch64/AArch64InstructionSelector.cpp