[llvm] r174301 - Removed reference to LLVM as a project (since in LangRef it is used solely as a reference to the IR). Thanks silvas!
Michael Gottesman
mgottesman at apple.com
Sun Feb 3 19:22:00 PST 2013
Author: mgottesman
Date: Sun Feb 3 21:22:00 2013
New Revision: 174301
URL: http://llvm.org/viewvc/llvm-project?rev=174301&view=rev
Log:
Removed reference to LLVM as a project (since in LangRef it is used solely as a reference to the IR). Thanks silvas!
Modified:
llvm/trunk/docs/LangRef.rst
Modified: llvm/trunk/docs/LangRef.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.rst?rev=174301&r1=174300&r2=174301&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Sun Feb 3 21:22:00 2013
@@ -501,7 +501,7 @@ is zero. The address space qualifier mus
LLVM allows an explicit section to be specified for globals. If the
target supports it, it will emit globals to the section specified.
-By default, LLVM optimizes global initializers by assuming that global
+By default, global initializers are optimized by assuming that global
variables defined within the module are not modified from their
initial values before the start of the global initializer. This is
true even for variables potentially accessible from outside the
More information about the llvm-commits
mailing list