Added comment to function isExecutingJIT()

llvm-svn: 7370
This commit is contained in:
Misha Brukman 2003-07-28 20:59:16 +00:00
parent fe72063d68
commit eacfd216d3
1 changed files with 2 additions and 0 deletions

View File

@ -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: