[LangRef] fix documentation

llvm-svn: 300050
This commit is contained in:
Piotr Padlewski 2017-04-12 11:18:19 +00:00
parent 53b4b1846d
commit aa1b24124e
1 changed files with 1 additions and 0 deletions

View File

@ -5126,6 +5126,7 @@ another based on aliasing information. This is because invariant.group is tied
to the SSA value of the pointer operand.
.. code-block:: llvm
%v = load i8, i8* %x, !invariant.group !0
; if %x mustalias %y then we can replace the above instruction with
%v = load i8, i8* %y