OSDN Git Service

Replace dyn_cast with isa when the result isn't used (NFC)
authorMehdi Amini <joker.eph@gmail.com>
Sun, 17 May 2020 19:25:35 +0000 (19:25 +0000)
committerMehdi Amini <joker.eph@gmail.com>
Sun, 17 May 2020 23:15:17 +0000 (23:15 +0000)
commitffc6e593d2717e16187fe118342db28ff3be5351
treefd4aa9f16a5cd1895681d796c047c63811144614
parent051452bdb101f31457e9df014345bad58a7f1a09
Replace dyn_cast with isa when the result isn't used (NFC)

Fix build warning: unused variable 'BB'
llvm/lib/CodeGen/GlobalISel/InlineAsmLowering.cpp