aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2003-09-15 05:28:42 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2003-09-15 05:28:42 +0000
commit41de073b0482c1b9cf40f0a80c24b17333f0d9c9 (patch)
tree29ea20d63059bc1aab57ca04feba42a3af6de74d /lib
parent370910d2a0655056ccad108c2cd7490c7fe04650 (diff)
downloadexternal_llvm-41de073b0482c1b9cf40f0a80c24b17333f0d9c9.zip
external_llvm-41de073b0482c1b9cf40f0a80c24b17333f0d9c9.tar.gz
external_llvm-41de073b0482c1b9cf40f0a80c24b17333f0d9c9.tar.bz2
Fix typos in comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8523 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/CodeGen/RegAlloc/LiveRangeInfo.h4
-rw-r--r--lib/Target/SparcV9/RegAlloc/LiveRangeInfo.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/CodeGen/RegAlloc/LiveRangeInfo.h b/lib/CodeGen/RegAlloc/LiveRangeInfo.h
index 7b6ecb8..fd664bb 100644
--- a/lib/CodeGen/RegAlloc/LiveRangeInfo.h
+++ b/lib/CodeGen/RegAlloc/LiveRangeInfo.h
@@ -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 @@ typedef hash_map<const Value*, LiveRange*> LiveRangeMapType;
//----------------------------------------------------------------------------
// 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.
//----------------------------------------------------------------------------
diff --git a/lib/Target/SparcV9/RegAlloc/LiveRangeInfo.h b/lib/Target/SparcV9/RegAlloc/LiveRangeInfo.h
index 7b6ecb8..fd664bb 100644
--- a/lib/Target/SparcV9/RegAlloc/LiveRangeInfo.h
+++ b/lib/Target/SparcV9/RegAlloc/LiveRangeInfo.h
@@ -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 @@ typedef hash_map<const Value*, LiveRange*> LiveRangeMapType;
//----------------------------------------------------------------------------
// 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.
//----------------------------------------------------------------------------