summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-07-21 12:53:14 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-07-21 12:53:14 +0000
commit1e635c34009228d3f48fec6ee88fea0f10711e7a (patch)
treed4980fc2f91125eeef664548b372ef92dc5b9dbf /docs
parent712c0e256ec42f450f70ef7c2b9171fc3937ba3f (diff)
downloadllvm-1e635c34009228d3f48fec6ee88fea0f10711e7a.tar.gz
llvm-1e635c34009228d3f48fec6ee88fea0f10711e7a.tar.bz2
llvm-1e635c34009228d3f48fec6ee88fea0f10711e7a.tar.xz
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')
-rw-r--r--docs/CommandGuide/llc.pod2
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