projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b64dbf2
)
Added comment to function isExecutingJIT()
author
Misha Brukman
<brukman+llvm@gmail.com>
Mon, 28 Jul 2003 20:59:16 +0000
(20:59 +0000)
committer
Misha Brukman
<brukman+llvm@gmail.com>
Mon, 28 Jul 2003 20:59:16 +0000
(20:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7370
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/bugpoint/BugDriver.h
patch
|
blob
|
history
diff --git
a/tools/bugpoint/BugDriver.h
b/tools/bugpoint/BugDriver.h
index cf2ae58fcdd5ad1e9c856b55f018051cbca4f881..40c170a36aff5d708ba409f39415a48994bfc483 100644
(file)
--- 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: