1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

Added comment to function isExecutingJIT()

llvm-svn: 7370
This commit is contained in:
Misha Brukman 2003-07-28 20:59:16 +00:00
parent 5479c152de
commit 216406a10b

View File

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