Test commit for new post-commit hooks.
[oota-llvm.git] / docs / FAQ.html
index ad97be16b23825a0d617fafcbf3687488dd9ca7e..88c76767bd4a2f7d2b8975d693222547cae4e483 100644 (file)
@@ -659,7 +659,7 @@ Stop.
   <li><p>Finally, compile the C file:</p>
 
 <pre class="doc_code">
-% cc x.c
+% cc x.c -lstdc++
 </pre></li>
 
 </ol>
@@ -803,7 +803,7 @@ define fastcc void @foo() {
         ret void
 }
 define void @bar() {
-        call void @foo( )
+        call void @foo()
         ret void
 }
 </pre>