summaryrefslogtreecommitdiffstats
path: root/clang/docs/UsersManual.html
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2011-04-08 22:34:21 +0000
committerEvan Cheng <evan.cheng@apple.com>2011-04-08 22:34:21 +0000
commit298de937e727db7e5a1526d70504200cd403db28 (patch)
tree572e8dabbf5c6b42cb8fcee031bca460826413ff /clang/docs/UsersManual.html
parentbd10af96bdd91eb9a0c18e9b0c005290ec958f57 (diff)
downloadbcm5719-llvm-298de937e727db7e5a1526d70504200cd403db28.tar.gz
bcm5719-llvm-298de937e727db7e5a1526d70504200cd403db28.zip
Minor format fix.
llvm-svn: 129164
Diffstat (limited to 'clang/docs/UsersManual.html')
-rw-r--r--clang/docs/UsersManual.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/docs/UsersManual.html b/clang/docs/UsersManual.html
index 661be80f9d9..c21a2b13ff6 100644
--- a/clang/docs/UsersManual.html
+++ b/clang/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>
<!-- ======================================================================= -->
OpenPOWER on IntegriCloud