forked from OSchip/llvm-project
parent
5c26a85d1d
commit
1d81ea81cd
|
@ -182,7 +182,7 @@ height="369">
|
||||||
|
|
||||||
<li>LLVM debug information does not prevent optimizations from
|
<li>LLVM debug information does not prevent optimizations from
|
||||||
happening (for example inlining, basic block reordering/merging/cleanup,
|
happening (for example inlining, basic block reordering/merging/cleanup,
|
||||||
tail duplication, etc).<li>
|
tail duplication, etc).</li>
|
||||||
|
|
||||||
<li>LLVM debug information is automatically optimized along with the rest of
|
<li>LLVM debug information is automatically optimized along with the rest of
|
||||||
the program, using existing facilities. For example, duplicate
|
the program, using existing facilities. For example, duplicate
|
||||||
|
|
Loading…
Reference in New Issue