diff --git a/tools/bugpoint/BugDriver.h b/tools/bugpoint/BugDriver.h index cf2ae58fcdd..40c170a36af 100644 --- a/tools/bugpoint/BugDriver.h +++ b/tools/bugpoint/BugDriver.h @@ -91,6 +91,8 @@ public: /// functions that are not under consideration. bool debugCodeGenerator(); + /// isExecutingJIT - Returns true if bugpoint is currently testing the JIT + /// bool isExecutingJIT(); private: