[llvm-commits] CVS: llvm/lib/Reoptimizer/LightWtProfiling/Instrument/InstLoops.cpp

Chris Lattner lattner at cs.uiuc.edu
Tue Jan 14 16:35:03 PST 2003


Changes in directory llvm/lib/Reoptimizer/LightWtProfiling/Instrument:

InstLoops.cpp updated: 1.1 -> 1.2

---
Log message:

Fix typeo


---
Diffs of the changes:

Index: llvm/lib/Reoptimizer/LightWtProfiling/Instrument/InstLoops.cpp
diff -u llvm/lib/Reoptimizer/LightWtProfiling/Instrument/InstLoops.cpp:1.1 llvm/lib/Reoptimizer/LightWtProfiling/Instrument/InstLoops.cpp:1.2
--- llvm/lib/Reoptimizer/LightWtProfiling/Instrument/InstLoops.cpp:1.1	Sat Nov  2 19:45:20 2002
+++ llvm/lib/Reoptimizer/LightWtProfiling/Instrument/InstLoops.cpp	Tue Jan 14 16:34:36 2003
@@ -33,7 +33,7 @@
 
 static RegisterOpt<InstLoops> X("instloops", "Instrument backedges for profiling");
 
-// createProfilePathsPass - Create a new pass to add path profiling
+// createInstLoopsPass - Create a new pass to add path profiling
 //
 Pass *createInstLoopsPass() {
   return new InstLoops();





More information about the llvm-commits mailing list