aboutsummaryrefslogtreecommitdiff
path: root/docs/LinkTimeOptimization.html
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2010-09-29 20:09:55 +0000
committerDuncan Sands <baldrick@free.fr>2010-09-29 20:09:55 +0000
commit18d52f2fb551c295bbce4c7d7357f4050b06e926 (patch)
tree40cb3c83836fe7978b80dd40219dca19c88f6ba9 /docs/LinkTimeOptimization.html
parentf513ab8b77cd5e7dcd41a8700ff0d1a08c76b059 (diff)
Convert a bunch of uses of 'bytecode' into 'bitcode'. This
is not everything, but the remaining cases are less trivial. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115080 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LinkTimeOptimization.html')
-rw-r--r--docs/LinkTimeOptimization.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LinkTimeOptimization.html b/docs/LinkTimeOptimization.html
index 1433d082ae..dbe8f389ce 100644
--- a/docs/LinkTimeOptimization.html
+++ b/docs/LinkTimeOptimization.html
@@ -19,7 +19,7 @@
</ul></li>
<li><a href="#multiphase">Multi-phase communication between LLVM and linker</a>
<ul>
- <li><a href="#phase1">Phase 1 : Read LLVM Bytecode Files</a></li>
+ <li><a href="#phase1">Phase 1 : Read LLVM Bitcode Files</a></li>
<li><a href="#phase2">Phase 2 : Symbol Resolution</a></li>
<li><a href="#phase3">Phase 3 : Optimize Bitcode Files</a></li>
<li><a href="#phase4">Phase 4 : Symbol Resolution after optimization</a></li>