[llvm-commits] CVS: llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.h

Brian Gaeke gaeke at cs.uiuc.edu
Mon Sep 15 00:29:03 PDT 2003


Changes in directory llvm/lib/CodeGen/RegAlloc:

LiveRangeInfo.h updated: 1.18 -> 1.19

---
Log message:

Fix typos in comments.


---
Diffs of the changes:

Index: llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.h
diff -u llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.h:1.18 llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.h:1.19
--- llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.h:1.18	Tue Jul 29 14:38:22 2003
+++ llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.h	Mon Sep 15 00:28:42 2003
@@ -1,7 +1,7 @@
 //===-- LiveRangeInfo.h - Track all LiveRanges for a Function ----*- C++ -*-==//
 //
 // This file contains the class LiveRangeInfo which constructs and keeps 
-// the LiveRangMap which contains all the live ranges used in a method.
+// the LiveRangeMap which contains all the live ranges used in a method.
 //
 // Assumptions: 
 //
@@ -36,7 +36,7 @@
 //----------------------------------------------------------------------------
 // Class LiveRangeInfo
 //
-// Constructs and keeps the LiveRangMap which contains all the live 
+// Constructs and keeps the LiveRangeMap which contains all the live 
 // ranges used in a method. Also contain methods to coalesce live ranges.
 //----------------------------------------------------------------------------
 





More information about the llvm-commits mailing list