diff options
author | Paul Robinson <paul_robinson@playstation.sony.com> | 2013-11-14 18:47:23 +0000 |
---|---|---|
committer | Paul Robinson <paul_robinson@playstation.sony.com> | 2013-11-14 18:47:23 +0000 |
commit | 687915ffff453a3cc2b56b6c961b752b4acfc2e5 (patch) | |
tree | df132c9eef46848e9ee3ddf82bb208daa0d69a6a /llvm/docs/Passes.rst | |
parent | 410ba0c3d5777197e4f807b925056933007ec9e1 (diff) | |
download | bcm5719-llvm-687915ffff453a3cc2b56b6c961b752b4acfc2e5.tar.gz bcm5719-llvm-687915ffff453a3cc2b56b6c961b752b4acfc2e5.zip |
Typos. (Test commit.)
llvm-svn: 194720
Diffstat (limited to 'llvm/docs/Passes.rst')
-rw-r--r-- | llvm/docs/Passes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/Passes.rst b/llvm/docs/Passes.rst index d30c3ca4a00..029e472bcd3 100644 --- a/llvm/docs/Passes.rst +++ b/llvm/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 |