summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RegAlloc
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
commit75ed4b88319ad23f4d8dacb7fdabfc4ac48ac9c1 (patch)
tree596f0a48c06703ceeef4a194431fc4c36b21f07e /llvm/lib/CodeGen/RegAlloc
parent1f86982f3dbd935986b83bced5f35e6a60316f2b (diff)
downloadbcm5719-llvm-75ed4b88319ad23f4d8dacb7fdabfc4ac48ac9c1.tar.gz
bcm5719-llvm-75ed4b88319ad23f4d8dacb7fdabfc4ac48ac9c1.zip
Fix typos in comments.
llvm-svn: 8523
Diffstat (limited to 'llvm/lib/CodeGen/RegAlloc')
-rw-r--r--llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.h b/llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.h
index 7b6ecb8db65..fd664bb1db8 100644
--- a/llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.h
+++ b/llvm/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.
//----------------------------------------------------------------------------
OpenPOWER on IntegriCloud