Add another fixed bug.
[oota-llvm.git] / docs / index.html
index b2db1ba85862c57d1e9153422c988f1a94bb9af5..20f73fdb62e4a4902cd7cc6cfc66172a687491e8 100644 (file)
@@ -157,6 +157,12 @@ LLVM User Guides:
     <dd>
         <a href="TestingGuide.html"> llvm/docs/TestingGuide.html</a>
         <p>
+
+    <dt>
+    Comparison of LLVM to other frameworks:
+    <dd>
+        <a href="LLVMVsTheWorld.html"> llvm/docs/LLVMVsTheWorld.html</a>
+        <p>
 </dl>
 
 <h3>
@@ -201,6 +207,11 @@ Other LLVM Resources:
 
 <dl compact>
     <dt>
+    Building the LLVM C/C++ front-end:
+    <dd>
+      <a href="CFEBuildInstrs.html">llvm/docs/CFEBuildInstrs.html</a>
+      <p>
+    <dt>
     Submitting a Bug:
     <dd>
         <a href="http://llvm.cs.uiuc.edu/docs/HowToSubmitABug.html">