[llvm-commits] CVS: reopt/tools/mkexcl/mkexcl.cpp
Brian Gaeke
gaeke at cs.uiuc.edu
Fri Aug 22 19:56:46 PDT 2003
Changes in directory reopt/tools/mkexcl:
mkexcl.cpp updated: 1.4 -> 1.5
---
Log message:
llvm/Reoptimizer --> reopt, LightWtProfiling/Trigger --> LightWtProfiling
Fix file header comments and include guards
---
Diffs of the changes:
Index: reopt/tools/mkexcl/mkexcl.cpp
diff -u reopt/tools/mkexcl/mkexcl.cpp:1.4 reopt/tools/mkexcl/mkexcl.cpp:1.5
--- reopt/tools/mkexcl/mkexcl.cpp:1.4 Sun May 4 16:16:17 2003
+++ reopt/tools/mkexcl/mkexcl.cpp Fri Aug 22 12:43:44 2003
@@ -9,7 +9,7 @@
// Reoptimizer-based performance instrumentation binary editing library.
#include <iostream>
-#include "llvm/Reoptimizer/Inst/ElfReader.h"
+#include "reopt/Inst/ElfReader.h"
using std::cout;
using std::endl;
More information about the llvm-commits
mailing list