[llvm-commits] CVS: reopt/include/reopt/TraceToFunction.h
Brian Gaeke
gaeke at cs.uiuc.edu
Sun May 23 05:10:08 PDT 2004
Changes in directory reopt/include/reopt:
TraceToFunction.h updated: 1.12 -> 1.13
---
Log message:
Regularize #include guards and fix head-of-file comment.
---
Diffs of the changes: (+4 -4)
Index: reopt/include/reopt/TraceToFunction.h
diff -u reopt/include/reopt/TraceToFunction.h:1.12 reopt/include/reopt/TraceToFunction.h:1.13
--- reopt/include/reopt/TraceToFunction.h:1.12 Sun May 23 05:05:00 2004
+++ reopt/include/reopt/TraceToFunction.h Sun May 23 05:09:43 2004
@@ -1,12 +1,12 @@
-//===- LightWtProfiling/TraceToFunction.h ------------------------*- C++ -*--=//
+//===- reopt/TraceToFunction.h -----------------------------------*- C++ -*--=//
//
// Repackage traces as functions, so that global (function-level) optimizations
// can be applied to traces.
//
//===----------------------------------------------------------------------===//
-#ifndef TRACETOFUNCTION_H
-#define TRACETOFUNCTION_H
+#ifndef REOPT_TRACETOFUNCTION_H
+#define REOPT_TRACETOFUNCTION_H
#include "llvm/Analysis/Trace.h"
#include "llvm/Function.h"
@@ -91,4 +91,4 @@
} // end namespace llvm
-#endif // TRACETOFUNCTION_H
+#endif // REOPT_TRACETOFUNCTION_H
More information about the llvm-commits
mailing list