From: Misha Brukman Date: Mon, 28 Jul 2003 20:59:16 +0000 (+0000) Subject: Added comment to function isExecutingJIT() X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=fe04db890b87d9ac4c4a607e6bd0035e8cc2ad6c;p=oota-llvm.git Added comment to function isExecutingJIT() git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7370 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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: