typo fix + expand

llvm-svn: 129167
This commit is contained in:
Chris Lattner 2011-04-08 22:58:43 +00:00
parent f603f3afbd
commit e094ee0a34
1 changed files with 2 additions and 2 deletions

View File

@ -777,8 +777,8 @@ instruction if it is supported by the target ISA. Otherwise, the builtin is
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.</dd>
useful for environments (e.g. deeply embedded) where a trap cannot be properly
handled, or when some custom behavior is desired.</dd>
</dl>
<!-- ======================================================================= -->