From: Klaus Kretzschmar Date: Thu, 18 Jan 2018 12:58:50 +0000 (+0000) Subject: test commit X-Git-Tag: android-x86-7.1-r4~6142 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=d9789a6dfb7eff145ccb3c26f132569e2a1428f4;p=android-x86%2Fexternal-llvm.git test commit git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@322844 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/ErrorHandling.h b/include/llvm/Support/ErrorHandling.h index b45f6348390..acd89873328 100644 --- a/include/llvm/Support/ErrorHandling.h +++ b/include/llvm/Support/ErrorHandling.h @@ -110,7 +110,7 @@ void remove_bad_alloc_error_handler(); /// in the unwind chain. /// /// If no error handler is installed (default), then a bad_alloc exception -/// is thrown if LLVM is compiled with exception support, otherwise an assertion +/// is thrown, if LLVM is compiled with exception support, otherwise an assertion /// is called. void report_bad_alloc_error(const char *Reason, bool GenCrashDiag = true);