From: Evan Cheng Date: Fri, 8 Apr 2011 22:34:21 +0000 (+0000) Subject: Minor format fix. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4cf4b59e905c9e5c368757ab3455f2f499367feb;p=clang Minor format fix. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129164 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/UsersManual.html b/docs/UsersManual.html index 661be80f9d..c21a2b13ff 100644 --- a/docs/UsersManual.html +++ b/docs/UsersManual.html @@ -768,7 +768,7 @@ Don't assume that the C++'s new operator is sane. operator will always return a pointer that does not alias any other pointer when the function returns. -
-ftrap-function=: Instruct code +
-ftrap-function=[name]: Instruct code generator to emit a function call to the specified function name for __builtin_trap().
@@ -778,7 +778,7 @@ translated into a call to abort. If this option is set, then the code generator will always lower the builtin to a call to the specified function regardless of whether the target ISA has a trap instruction. This option is useful for environements (e.g. deeply embedded) where a trap cannot be properly -handled. +handled.