diff options
author | Kostya Kortchinsky <kostyak@google.com> | 2021-08-16 11:12:35 -0700 |
---|---|---|
committer | Kostya Kortchinsky <kostyak@google.com> | 2021-08-16 11:13:05 -0700 |
commit | 80ed75e7fb45f9f5fc84ca7cbe258be036015384 (patch) | |
tree | 6e3c49f55c8182e39183671c921f8943e1f12b35 /llvm/lib/ProfileData/SampleProfReader.cpp | |
parent | 8bc72dede68ccbbf828c0421276d962d369ba70f (diff) | |
download | llvm-80ed75e7fb45f9f5fc84ca7cbe258be036015384.zip llvm-80ed75e7fb45f9f5fc84ca7cbe258be036015384.tar.gz llvm-80ed75e7fb45f9f5fc84ca7cbe258be036015384.tar.bz2 |
Revert "[NFC] Fix typos"
This reverts commit b7425e956be60a73004d7ae5bb37da85872c29fb.
Diffstat (limited to 'llvm/lib/ProfileData/SampleProfReader.cpp')
-rw-r--r-- | llvm/lib/ProfileData/SampleProfReader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/ProfileData/SampleProfReader.cpp b/llvm/lib/ProfileData/SampleProfReader.cpp index a801ca1..6058edd 100644 --- a/llvm/lib/ProfileData/SampleProfReader.cpp +++ b/llvm/lib/ProfileData/SampleProfReader.cpp @@ -53,7 +53,7 @@ using namespace sampleprof; // For ext-binary format profiles, the flag is set in the summary. static cl::opt<bool> ProfileIsFSDisciminator( "profile-isfs", cl::Hidden, cl::init(false), - cl::desc("Profile uses flow sensitive discriminators")); + cl::desc("Profile uses flow senstive discriminators")); /// Dump the function profile for \p FName. /// |