//===-- 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:
//
//----------------------------------------------------------------------------
// 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.
//----------------------------------------------------------------------------
//===-- 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:
//
//----------------------------------------------------------------------------
// 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.
//----------------------------------------------------------------------------