diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2005-10-24 16:54:55 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2005-10-24 16:54:55 +0000 |
commit | 0b81cdae50127aa0b987b850d03500112092d1d5 (patch) | |
tree | 6295bb9e40d7037d4624cc11756901b584b5054a /docs/CodeGenerator.html | |
parent | cb9b4f9c14c7b45ba8bb3bcc0c5ef650c0a70032 (diff) | |
download | external_llvm-0b81cdae50127aa0b987b850d03500112092d1d5.zip external_llvm-0b81cdae50127aa0b987b850d03500112092d1d5.tar.gz external_llvm-0b81cdae50127aa0b987b850d03500112092d1d5.tar.bz2 |
Fix spelling of 'separate'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23971 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CodeGenerator.html')
-rw-r--r-- | docs/CodeGenerator.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index 4913986..406d77c 100644 --- a/docs/CodeGenerator.html +++ b/docs/CodeGenerator.html @@ -1117,7 +1117,7 @@ converted to a list of <a href="#machineinstr">MachineInstr</a>s and the Selection DAG is destroyed. </p> -<p>Note that this phase is logically seperate from the instruction selection +<p>Note that this phase is logically separate from the instruction selection phase, but is tied to it closely in the code because it operates on SelectionDAGs.</p> |