[llvm-commits] CVS: llvm/tools/bugpoint/BugDriver.h
Misha Brukman
brukman at cs.uiuc.edu
Mon Jul 28 16:00:03 PDT 2003
Changes in directory llvm/tools/bugpoint:
BugDriver.h updated: 1.11 -> 1.12
---
Log message:
Added comment to function isExecutingJIT()
---
Diffs of the changes:
Index: llvm/tools/bugpoint/BugDriver.h
diff -u llvm/tools/bugpoint/BugDriver.h:1.11 llvm/tools/bugpoint/BugDriver.h:1.12
--- llvm/tools/bugpoint/BugDriver.h:1.11 Mon Jul 28 14:16:13 2003
+++ llvm/tools/bugpoint/BugDriver.h Mon Jul 28 15:59:16 2003
@@ -91,6 +91,8 @@
/// functions that are not under consideration.
bool debugCodeGenerator();
+ /// isExecutingJIT - Returns true if bugpoint is currently testing the JIT
+ ///
bool isExecutingJIT();
private:
More information about the llvm-commits
mailing list