diff options
author | Evan Cheng <evan.cheng@apple.com> | 2011-04-08 22:34:21 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2011-04-08 22:34:21 +0000 |
commit | 4cf4b59e905c9e5c368757ab3455f2f499367feb (patch) | |
tree | 31845e2dcbd1a9c9d6f61e003111eb67b95eb585 | |
parent | fda026bc46464cddd5287da5da08183127a844e9 (diff) |
Minor format fix.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129164 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/UsersManual.html | 4 |
1 files changed, 2 insertions, 2 deletions
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.</dt> operator will always return a pointer that does not alias any other pointer when the function returns.</dd> -<dt id="opt_ftrap-function=<name>"><b>-ftrap-function=<name></b>: Instruct code +<dt id="opt_ftrap-function"><b>-ftrap-function=[name]</b>: Instruct code generator to emit a function call to the specified function name for <tt>__builtin_trap()</tt>.</dt> @@ -778,7 +778,7 @@ translated into a call to <tt>abort</tt>. 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.</dd> </dl> <!-- ======================================================================= --> |