diff options
| author | Brian Gaeke <gaeke@uiuc.edu> | 2003-09-15 05:28:42 +0000 |
|---|---|---|
| committer | Brian Gaeke <gaeke@uiuc.edu> | 2003-09-15 05:28:42 +0000 |
| commit | 75ed4b88319ad23f4d8dacb7fdabfc4ac48ac9c1 (patch) | |
| tree | 596f0a48c06703ceeef4a194431fc4c36b21f07e /llvm/lib/CodeGen | |
| parent | 1f86982f3dbd935986b83bced5f35e6a60316f2b (diff) | |
| download | bcm5719-llvm-75ed4b88319ad23f4d8dacb7fdabfc4ac48ac9c1.tar.gz bcm5719-llvm-75ed4b88319ad23f4d8dacb7fdabfc4ac48ac9c1.zip | |
Fix typos in comments.
llvm-svn: 8523
Diffstat (limited to 'llvm/lib/CodeGen')
| -rw-r--r-- | llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.h | 4 |
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. //---------------------------------------------------------------------------- |

