llvm-svn: 120254
This commit is contained in:
Chris Lattner 2010-11-28 18:19:13 +00:00
parent 235b66c40f
commit 19e0fd0b2b
1 changed files with 1 additions and 1 deletions

View File

@ -531,7 +531,7 @@ void honeypot(...) __attribute__((overloadable, unavailable)); <i>// calling me
their names mangled according to the same rules as C++ function
names. For example, the three <tt>tgsin</tt> functions in our
motivating example get the mangled names <tt>_Z5tgsinf</tt>,
<tt>_Z5tgsind</tt>, and <tt>Z5tgsine</tt>, respectively. There are two
<tt>_Z5tgsind</tt>, and <tt>_Z5tgsine</tt>, respectively. There are two
caveats to this use of name mangling:</p>
<ul>