diff options
author | Bill Wendling <isanbard@gmail.com> | 2011-11-03 06:42:43 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2011-11-03 06:42:43 +0000 |
commit | f1e68a8084e4afd714450dfe28078744be8b83b7 (patch) | |
tree | 12f8d42ddcf0b602ed64a2ccfcddb0216884931d | |
parent | c3deb510f8d23ddbc9217a54760e4bff38ddef09 (diff) |
Merging r143328:
------------------------------------------------------------------------
r143328 | nicholas | 2011-10-30 18:32:21 -0700 (Sun, 30 Oct 2011) | 2 lines
Close <div> that was indenting the rest of the page.
------------------------------------------------------------------------
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_30@143608 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/LangRef.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html index f937ae6ef9..d7a2dff8b9 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -7067,6 +7067,9 @@ LLVM</a>.</p> <p>This function returns the same values as the libm <tt>log</tt> functions would, and handles error conditions in the same way.</p> +</div> + +<!-- _______________________________________________________________________ --> <h4> <a name="int_fma">'<tt>llvm.fma.*</tt>' Intrinsic</a> </h4> |