diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-07-21 12:53:14 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-07-21 12:53:14 +0000 |
commit | 1e635c34009228d3f48fec6ee88fea0f10711e7a (patch) | |
tree | d4980fc2f91125eeef664548b372ef92dc5b9dbf /docs/CommandGuide/llc.pod | |
parent | 712c0e256ec42f450f70ef7c2b9171fc3937ba3f (diff) |
Fix spelling of `iterative scan'
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15075 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide/llc.pod')
-rw-r--r-- | docs/CommandGuide/llc.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandGuide/llc.pod b/docs/CommandGuide/llc.pod index c1b451ca70..19d5efa979 100644 --- a/docs/CommandGuide/llc.pod +++ b/docs/CommandGuide/llc.pod @@ -141,7 +141,7 @@ Local register allocator Linear scan global register allocator -=item I<iterativerscan> +=item I<iterativescan> Iterative scan global register allocator |