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 | 41de073b0482c1b9cf40f0a80c24b17333f0d9c9 (patch) | |
tree | 29ea20d63059bc1aab57ca04feba42a3af6de74d /lib/Target | |
parent | 370910d2a0655056ccad108c2cd7490c7fe04650 (diff) | |
download | external_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/Target')
-rw-r--r-- | lib/Target/SparcV9/RegAlloc/LiveRangeInfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
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. //---------------------------------------------------------------------------- |