forked from OSchip/llvm-project
Added comment to function isExecutingJIT()
llvm-svn: 7370
This commit is contained in:
parent
fe72063d68
commit
eacfd216d3
|
@ -91,6 +91,8 @@ public:
|
||||||
/// functions that are not under consideration.
|
/// functions that are not under consideration.
|
||||||
bool debugCodeGenerator();
|
bool debugCodeGenerator();
|
||||||
|
|
||||||
|
/// isExecutingJIT - Returns true if bugpoint is currently testing the JIT
|
||||||
|
///
|
||||||
bool isExecutingJIT();
|
bool isExecutingJIT();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
Loading…
Reference in New Issue