From ac136fc51f8f320628d550ed534aa9d30df760df Mon Sep 17 00:00:00 2001 From: Johannes Doerfert Date: Wed, 7 Aug 2019 22:49:06 +0000 Subject: [PATCH] [Attributor][NFC] remove leftover and format code llvm-svn: 368228 --- llvm/include/llvm/Transforms/IPO/Attributor.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/llvm/include/llvm/Transforms/IPO/Attributor.h b/llvm/include/llvm/Transforms/IPO/Attributor.h index b462835..3eb7810 100644 --- a/llvm/include/llvm/Transforms/IPO/Attributor.h +++ b/llvm/include/llvm/Transforms/IPO/Attributor.h @@ -687,7 +687,7 @@ protected: /// IRAttribute::manifest is defined in the Attributor.cpp. struct IRAttributeManifest { static ChangeStatus manifestAttrs(Attributor &A, IRPosition &IRP, - const ArrayRef &DeducedAttrs); + const ArrayRef &DeducedAttrs); }; /// Helper to tie a abstract state implementation to an abstract attribute. @@ -705,7 +705,8 @@ struct StateWrapper : public StateTy, public Base { /// Helper class that provides common functionality to manifest IR attributes. template -struct IRAttribute : public IRPosition, public Base, public IRAttributeManifest { +struct IRAttribute : public IRPosition, + public Base { ~IRAttribute() {} /// Constructors for the IRPosition. -- 2.7.4