summaryrefslogtreecommitdiffstats
path: root/clang/docs/UsersManual.rst
diff options
context:
space:
mode:
authorDiego Novillo <dnovillo@google.com>2015-10-19 15:53:17 +0000
committerDiego Novillo <dnovillo@google.com>2015-10-19 15:53:17 +0000
commit843dc6ffbf8c6924ea0b5af2ec5df3d7609aa16f (patch)
tree6758bc62c5a8aa90a958ca19a05cf25e68473f09 /clang/docs/UsersManual.rst
parent8af8d4ed9314f1972ffc9cead97df9bf837e52ba (diff)
downloadbcm5719-llvm-843dc6ffbf8c6924ea0b5af2ec5df3d7609aa16f.tar.gz
bcm5719-llvm-843dc6ffbf8c6924ea0b5af2ec5df3d7609aa16f.zip
Sample Profiles - Fix location of binary encoding documentation. NFC.
llvm-svn: 250705
Diffstat (limited to 'clang/docs/UsersManual.rst')
-rw-r--r--clang/docs/UsersManual.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/UsersManual.rst b/clang/docs/UsersManual.rst
index 273e01fc6ae..fdba358fb72 100644
--- a/clang/docs/UsersManual.rst
+++ b/clang/docs/UsersManual.rst
@@ -1380,7 +1380,7 @@ Sample Profile Text Format
This section describes the ASCII text format for sampling profiles. It is,
arguably, the easiest one to generate. If you are interested in generating any
of the other two, consult the ``ProfileData`` library in in LLVM's source tree
-(specifically, ``llvm/lib/ProfileData/SampleProfWriter.cpp``).
+(specifically, ``include/llvm/ProfileData/SampleProfReader.h``).
.. code-block:: console
OpenPOWER on IntegriCloud