[llvm-commits] [llvm] r145250 - /llvm/trunk/docs/CodeGenerator.html

Rafael Espindola rafael.espindola at gmail.com
Mon Nov 28 09:06:58 PST 2011


Author: rafael
Date: Mon Nov 28 11:06:58 2011
New Revision: 145250

URL: http://llvm.org/viewvc/llvm-project?rev=145250&view=rev
Log:
Fix spelling/grammar errors found by Duncan.

Modified:
    llvm/trunk/docs/CodeGenerator.html

Modified: llvm/trunk/docs/CodeGenerator.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CodeGenerator.html?rev=145250&r1=145249&r2=145250&view=diff
==============================================================================
--- llvm/trunk/docs/CodeGenerator.html (original)
+++ llvm/trunk/docs/CodeGenerator.html Mon Nov 28 11:06:58 2011
@@ -2428,8 +2428,8 @@
 is compatible with the <a href="http://gcc.gnu.org/wiki/SplitStacks">gcc
 implementation</a> used by the Go front end.</p>
 
-<p id="feat_segstacks_x86">Basic support exits on the X86 backend. Currently
-vararg don't work and the object files are not marked the way the gold
+<p id="feat_segstacks_x86">Basic support exists on the X86 backend. Currently
+vararg doesn't work and the object files are not marked the way the gold
 linker expects, but simple Go program can be built by dragonegg.</p>
 
 </div>





More information about the llvm-commits mailing list