Convert a bunch of uses of 'bytecode' into 'bitcode'. This
[oota-llvm.git] / docs / LinkTimeOptimization.html
index 1433d082ae5bc7d96dcaedc7fe5e348c8a9a9049..dbe8f389ce80fd1a1165b3b9f0c306aae3ae94fd 100644 (file)
@@ -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>