summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorKlaus Kretzschmar <klaus.kretzschmar@sap.com>2018-01-18 12:58:50 +0000
committerKlaus Kretzschmar <klaus.kretzschmar@sap.com>2018-01-18 12:58:50 +0000
commitc47e7214f1aedbd693af8d290038ecd5258811c0 (patch)
tree370dcacb4c7d803fac5a3777362e8d71f5d90591 /llvm
parent921383828e0b5922965162d9c9470de1868d4a88 (diff)
downloadbcm5719-llvm-c47e7214f1aedbd693af8d290038ecd5258811c0.tar.gz
bcm5719-llvm-c47e7214f1aedbd693af8d290038ecd5258811c0.zip
test commit
llvm-svn: 322844
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/Support/ErrorHandling.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/ErrorHandling.h b/llvm/include/llvm/Support/ErrorHandling.h
index b45f6348390..acd89873328 100644
--- a/llvm/include/llvm/Support/ErrorHandling.h
+++ b/llvm/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);
OpenPOWER on IntegriCloud