[llvm-commits] CVS: reopt/include/reopt/InstrUtils.h
Brian Gaeke
gaeke at cs.uiuc.edu
Mon Oct 27 13:02:02 PST 2003
Changes in directory reopt/include/reopt:
InstrUtils.h updated: 1.8 -> 1.9
---
Log message:
Add stuff to head-of-file comment.
---
Diffs of the changes: (+2 -1)
Index: reopt/include/reopt/InstrUtils.h
diff -u reopt/include/reopt/InstrUtils.h:1.8 reopt/include/reopt/InstrUtils.h:1.9
--- reopt/include/reopt/InstrUtils.h:1.8 Mon Oct 6 13:15:56 2003
+++ reopt/include/reopt/InstrUtils.h Mon Oct 27 13:00:59 2003
@@ -1,7 +1,8 @@
//===-- reopt/InstrUtils.h ---------------------------------------*- C++ -*--=//
//
// Implements some helper functions to identify and modify
-// binary instructions
+// binary instructions. The implementations of these functions
+// are in lib/TraceCache/InstrUtils.cpp.
//
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list