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

Brian Gaeke gaeke at cs.uiuc.edu
Wed Jan 7 16:39:02 PST 2004


Changes in directory reopt/lib/LightWtProfiling:

scheduler.h updated: 1.1 -> 1.2

---
Log message:

Fix namespacification.  Arggh.

---
Diffs of the changes:  (+4 -0)

Index: reopt/lib/LightWtProfiling/scheduler.h
diff -u reopt/lib/LightWtProfiling/scheduler.h:1.1 reopt/lib/LightWtProfiling/scheduler.h:1.2
--- reopt/lib/LightWtProfiling/scheduler.h:1.1	Wed Aug  6 16:48:30 2003
+++ reopt/lib/LightWtProfiling/scheduler.h	Wed Jan  7 16:37:55 2004
@@ -3,6 +3,10 @@
 #define SCHEDULER_H
 #include "Support/DataTypes.h"
 
+namespace llvm {
+
 int insert_address_at(uint64_t time, uint64_t addr);
+
+}; // end namespace llvm
 
 #endif // SCHEDULER_H





More information about the llvm-commits mailing list