[llvm-commits] CVS: llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp
Chris Lattner
lattner at cs.uiuc.edu
Sun Oct 12 22:47:45 PDT 2003
Changes in directory llvm/lib/CodeGen/ModuloScheduling:
ModuloScheduling.cpp updated: 1.12 -> 1.13
---
Log message:
Regularize header file comments
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp
diff -u llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp:1.12 llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp:1.13
--- llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp:1.12 Fri Oct 10 12:41:32 2003
+++ llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp Sun Oct 12 22:32:07 2003
@@ -1,4 +1,4 @@
-//===-- ModuloScheduling.cpp - Software Pipeling Approach - SMS --*- C++ -*--=//
+//===-- ModuloScheduling.cpp - Software Pipeling Approach - SMS -----------===//
//
// The is a software pipelining pass based on the Swing Modulo Scheduling
// algorithm (SMS).
More information about the llvm-commits
mailing list