forked from OSchip/llvm-project
Remove an XXX which hasn't been fixed yet. It's too late now.
llvm-svn: 145518
This commit is contained in:
parent
23c30b90e3
commit
3eb84cc75b
|
@ -821,9 +821,8 @@ be used to verify some algorithms.
|
|||
<li>A new <a href="LangRef.html#int_fma">llvm.fma intrinsic</a> directly
|
||||
represents floating point multiply accumulate operations without an
|
||||
intermediate rounding stage.</li>
|
||||
<li>A new llvm.expect intrinsic (XXX not documented in langref) allows a
|
||||
frontend to express expected control flow (and the __builtin_expect builtin
|
||||
from GNU C).</li>
|
||||
<li>A new llvm.expect intrinsic allows a frontend to express expected control
|
||||
flow (and the __builtin_expect builtin from GNU C).</li>
|
||||
<li>The <a href="LangRef.html#int_prefetch">llvm.prefetch intrinsic</a> now
|
||||
takes a 4th argument that specifies whether the prefetch happens from the
|
||||
icache or dcache.</li>
|
||||
|
|
Loading…
Reference in New Issue