summaryrefslogtreecommitdiff
path: root/include/clang/Basic/DiagnosticFrontendKinds.td
diff options
context:
space:
mode:
authorPetr Hosek <phosek@chromium.org>2019-09-10 06:25:13 +0000
committerPetr Hosek <phosek@chromium.org>2019-09-10 06:25:13 +0000
commitb95962dac042c42b978708f495b6fa43fe72074c (patch)
treef59e0188e272aa0e827b5b09ee4b8844a3e5f6b4 /include/clang/Basic/DiagnosticFrontendKinds.td
parent14dee917c5c8fe77fdb50b5554d3d8912ad346a3 (diff)
downloadclang-b95962dac042c42b978708f495b6fa43fe72074c.tar.gz
Revert "clang-misexpect: Profile Guided Validation of Performance Annotations in LLVM"
This reverts commit r371484: this broke sanitizer-x86_64-linux-fast bot. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@371488 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/DiagnosticFrontendKinds.td')
-rw-r--r--include/clang/Basic/DiagnosticFrontendKinds.td7
1 files changed, 1 insertions, 6 deletions
diff --git a/include/clang/Basic/DiagnosticFrontendKinds.td b/include/clang/Basic/DiagnosticFrontendKinds.td
index 3ab18913a4..7a990164b0 100644
--- a/include/clang/Basic/DiagnosticFrontendKinds.td
+++ b/include/clang/Basic/DiagnosticFrontendKinds.td
@@ -275,12 +275,7 @@ def warn_profile_data_missing : Warning<
def warn_profile_data_unprofiled : Warning<
"no profile data available for file \"%0\"">,
InGroup<ProfileInstrUnprofiled>;
-def warn_profile_data_misexpect : Warning<
- "Potential performance regression from use of __builtin_expect(): "
- "Annotation was correct on %0 of profiled executions.">,
- BackendInfo,
- InGroup<MisExpect>,
- DefaultIgnore;
+
} // end of instrumentation issue category
}