aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Gottesman <mgottesman@apple.com>2013-02-04 03:22:00 +0000
committerMichael Gottesman <mgottesman@apple.com>2013-02-04 03:22:00 +0000
commit6c355ee42714a92942b3b2368c1038bb01dc2641 (patch)
tree499891bba9ab84b7afb725cb84b7f4bed4ad8ce5
parenta7ad84851b018602487779d97195bad0536f9a7a (diff)
Removed reference to LLVM as a project (since in LangRef it is used solely as a reference to the IR). Thanks silvas!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174301 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/LangRef.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.rst b/docs/LangRef.rst
index 023a050cd3..89647a57b1 100644
--- a/docs/LangRef.rst
+++ b/docs/LangRef.rst
@@ -501,7 +501,7 @@ is zero. The address space qualifier must precede any other attributes.
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