summaryrefslogtreecommitdiff
path: root/tools/bugpoint/BugDriver.h
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-07-28 20:59:16 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-07-28 20:59:16 +0000
commitfe04db890b87d9ac4c4a607e6bd0035e8cc2ad6c (patch)
tree24c326c306c8910bd2cc1d53e5b23d5976f72fd1 /tools/bugpoint/BugDriver.h
parentb64dbf215b9afd5f1c69487431a8f63db5d40833 (diff)
downloadllvm-fe04db890b87d9ac4c4a607e6bd0035e8cc2ad6c.tar.gz
llvm-fe04db890b87d9ac4c4a607e6bd0035e8cc2ad6c.tar.bz2
llvm-fe04db890b87d9ac4c4a607e6bd0035e8cc2ad6c.tar.xz
Added comment to function isExecutingJIT()
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7370 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/bugpoint/BugDriver.h')
-rw-r--r--tools/bugpoint/BugDriver.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/bugpoint/BugDriver.h b/tools/bugpoint/BugDriver.h
index cf2ae58fcd..40c170a36a 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: