From a27791e6bb147fc02e8d8933cabd2ef66a70d4a9 Mon Sep 17 00:00:00 2001 From: whh8b <whh8b@git.zephyr-software.com> Date: Thu, 9 Jun 2016 03:02:01 +0000 Subject: [PATCH] Make AskPluginsAboutPlopping() public. --- include/zipr_impl.h | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/include/zipr_impl.h b/include/zipr_impl.h index c7c7155..6018b66 100644 --- a/include/zipr_impl.h +++ b/include/zipr_impl.h @@ -102,6 +102,19 @@ class ZiprImpl_t : public Zipr_t RangeAddress_t override_place = 0); ZiprOptionsNamespace_t *RegisterOptions(ZiprOptionsNamespace_t *); + + /* + * () + * + * Input: + * Output: + * Effects: + * + * + * + */ + void AskPluginsAboutPlopping(); + bool AskPluginsAboutPlopping(libIRDB::Instruction_t *); private: void Init(); @@ -278,20 +291,6 @@ class ZiprImpl_t : public Zipr_t * */ void OptimizePinnedFallthroughs(); - - /* - * () - * - * Input: - * Output: - * Effects: - * - * - * - */ - void AskPluginsAboutPlopping(); - bool AskPluginsAboutPlopping(libIRDB::Instruction_t *); - /* * PlopTheUnpinnedInstructions() * -- GitLab