diff options
Diffstat (limited to 'llvm/docs/Passes.html')
-rw-r--r-- | llvm/docs/Passes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/Passes.html b/llvm/docs/Passes.html index ac72435d9e3..356ada64836 100644 --- a/llvm/docs/Passes.html +++ b/llvm/docs/Passes.html @@ -1617,7 +1617,7 @@ if (X < 3) {</pre> </h3> <div> <p> - This file demotes all registers to memory references. It is intented to be + This file demotes all registers to memory references. It is intended to be the inverse of <a href="#mem2reg"><tt>-mem2reg</tt></a>. By converting to <tt>load</tt> instructions, the only values live across basic blocks are <tt>alloca</tt> instructions and <tt>load</tt> instructions before |