]> granicus.if.org Git - llvm/commit
Fix analyzer TypeAttributeImpl::anchor() override.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 25 Sep 2019 14:23:25 +0000 (14:23 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 25 Sep 2019 14:23:25 +0000 (14:23 +0000)
commit3f73a2b50d041c539eac1f4a1df790d7a687a46d
treeff301659f555b5391b6ed39737bbd39d765313b9
parentda625a158130e4a8e6da2dd0d869ad70a435a3d8
Fix analyzer TypeAttributeImpl::anchor() override.

TypeAttributeImpl inherits from EnumAttributeImpl which already defines anchor() as a virtual, so we should override this instead of redeclaring it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@372877 91177308-0d34-0410-b5e6-96231b3b80d8
lib/IR/AttributeImpl.h