summaryrefslogtreecommitdiff
path: root/docs/Passes.rst
diff options
context:
space:
mode:
authorPaul Robinson <paul_robinson@playstation.sony.com>2013-11-14 18:47:23 +0000
committerPaul Robinson <paul_robinson@playstation.sony.com>2013-11-14 18:47:23 +0000
commit5cb5ad977b552035c8ff9171182921f45ecb6e1e (patch)
tree3e369e275200e1be6d8e273991488e9a53f80288 /docs/Passes.rst
parent0f2f62d79dd94169db5df9cd6ec4b9bf359d31f8 (diff)
downloadllvm-5cb5ad977b552035c8ff9171182921f45ecb6e1e.tar.gz
llvm-5cb5ad977b552035c8ff9171182921f45ecb6e1e.tar.bz2
llvm-5cb5ad977b552035c8ff9171182921f45ecb6e1e.tar.xz
Typos. (Test commit.)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194720 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Passes.rst')
-rw-r--r--docs/Passes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Passes.rst b/docs/Passes.rst
index d30c3ca4a0..029e472bcd 100644
--- a/docs/Passes.rst
+++ b/docs/Passes.rst
@@ -476,7 +476,7 @@ transformation obviously invalidates the CFG, but can update forward dominator
-------------------------------------------------
This pass munges the code in the input function to better prepare it for
-SelectionDAG-based code generation. This works around limitations in it's
+SelectionDAG-based code generation. This works around limitations in its
basic-block-at-a-time approach. It should eventually be removed.
``-constmerge``: Merge Duplicate Global Constants