X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FFAQ.html;h=88c76767bd4a2f7d2b8975d693222547cae4e483;hb=3dfb3cfb383b64e2b5db30ec429fc130ac02e45d;hp=bf050c492e2f1633644fe37ba4b03d8db2609367;hpb=90a23220235ad037d7c65ec5c2bb27d87d482b6c;p=oota-llvm.git diff --git a/docs/FAQ.html b/docs/FAQ.html index bf050c492e2..88c76767bd4 100644 --- a/docs/FAQ.html +++ b/docs/FAQ.html @@ -803,7 +803,7 @@ define fastcc void @foo() { ret void } define void @bar() { - call void @foo( ) + call void @foo() ret void }