diff options
author | Eric Liu <ioeric@google.com> | 2017-03-16 13:16:35 +0000 |
---|---|---|
committer | Eric Liu <ioeric@google.com> | 2017-03-16 13:16:35 +0000 |
commit | 971de6229162fd0883d9b73ab2c8df579bbe1263 (patch) | |
tree | 47c9ee1a109ea218d415235913187b10b01d3c6d /llvm/docs/CommandGuide | |
parent | 4670bb00b5660b3832b37a6d89cf9ddfc75a5430 (diff) | |
download | bcm5719-llvm-971de6229162fd0883d9b73ab2c8df579bbe1263.tar.gz bcm5719-llvm-971de6229162fd0883d9b73ab2c8df579bbe1263.zip |
Revert "[PGO] Value profile for size of memory intrinsic calls"
This commit reverts r297897 and r297909.
llvm-svn: 297951
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-profdata.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/docs/CommandGuide/llvm-profdata.rst b/llvm/docs/CommandGuide/llvm-profdata.rst index f7aa8309485..bae0ff7d4ce 100644 --- a/llvm/docs/CommandGuide/llvm-profdata.rst +++ b/llvm/docs/CommandGuide/llvm-profdata.rst @@ -196,10 +196,6 @@ OPTIONS Specify that the input profile is a sample-based profile. -.. option:: -memop-sizes - - Show the profiled sizes of the memory intrinsic calls for shown functions. - EXIT STATUS ----------- |