[llvm-commits] CVS: reopt/lib/LightWtProfiling/scheduler.cpp

Brian Gaeke gaeke at cs.uiuc.edu
Tue Jan 13 13:51:01 PST 2004


Changes in directory reopt/lib/LightWtProfiling:

scheduler.cpp updated: 1.5 -> 1.6

---
Log message:

Give this file a proper header.  Fix #includes.

---
Diffs of the changes:  (+5 -2)

Index: reopt/lib/LightWtProfiling/scheduler.cpp
diff -u reopt/lib/LightWtProfiling/scheduler.cpp:1.5 reopt/lib/LightWtProfiling/scheduler.cpp:1.6
--- reopt/lib/LightWtProfiling/scheduler.cpp:1.5	Tue Jan 13 12:16:32 2004
+++ reopt/lib/LightWtProfiling/scheduler.cpp	Tue Jan 13 13:50:35 2004
@@ -1,9 +1,12 @@
+//===- scheduler.cpp - Phase change interval timer support code ---*- C++ -*-=//
+//
 // Implements an interval timer used for removing instrumentation in
 // response to phase-change detection.
+//
+//===----------------------------------------------------------------------===//
 
 #include "Globals.h"
-//#include "scheduler.h"
-//#include "reopt/VirtualMem.h"
+#include "scheduler.h"
 #include "reopt/InstrUtils.h"
 #include <queue>
 #include <csignal>





More information about the llvm-commits mailing list