Added links to the C and C++ frontends.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8836 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/CommandGuide/index.html b/docs/CommandGuide/index.html
index cb6d3d2..93876b7 100644
--- a/docs/CommandGuide/index.html
+++ b/docs/CommandGuide/index.html
@@ -79,6 +79,16 @@
 	<!--===============================================================-->
 
 	<dl compact>
+		<dt><A href="llvmgcc.html"><b>llvmgcc</b></A>
+		<dd>
+		GCC-based C front end for LLVM.
+		<p>
+
+		<dt><A href="llvmgxx.html"><b>llvmg++</b></A>
+		<dd>
+		GCC-based C++ front end for LLVM.
+		<p>
+
 		<dt><A href="gccas.html"><b>gccas</b></A>
 		<dd>
 		LLVM assembler used by GCC and other native compiler tools.