diff options
| author | Benjamin Kramer <benny.kra@googlemail.com> | 2009-10-12 14:46:08 +0000 |
|---|---|---|
| committer | Benjamin Kramer <benny.kra@googlemail.com> | 2009-10-12 14:46:08 +0000 |
| commit | 8040cd3cfd7b87661c08ca916daf355593dd8ffa (patch) | |
| tree | 611b8930c912c03403d721f81e51788a42c125df /docs/Passes.html | |
| parent | 8746929ff948a11a31b745437c8e448b91450959 (diff) | |
| download | external_llvm-8040cd3cfd7b87661c08ca916daf355593dd8ffa.zip external_llvm-8040cd3cfd7b87661c08ca916daf355593dd8ffa.tar.gz external_llvm-8040cd3cfd7b87661c08ca916daf355593dd8ffa.tar.bz2 | |
Documentation: Perform automated correction of common typos.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83849 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Passes.html')
| -rw-r--r-- | docs/Passes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Passes.html b/docs/Passes.html index 8c408f4..bb17bee 100644 --- a/docs/Passes.html +++ b/docs/Passes.html @@ -1544,7 +1544,7 @@ if (X < 3) {</pre> <p> This file demotes all registers to memory references. It is intented to be the inverse of <a href="#mem2reg"><tt>-mem2reg</tt></a>. By converting to - <tt>load</tt> instructions, the only values live accross basic blocks are + <tt>load</tt> instructions, the only values live across basic blocks are <tt>alloca</tt> instructions and <tt>load</tt> instructions before <tt>phi</tt> nodes. It is intended that this should make CFG hacking much easier. To make later hacking easier, the entry block is split into two, such |
