mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-03 17:02:03 +00:00
Removed reference to LLVM as a project (since in LangRef it is used solely as a reference to the IR). Thanks silvas!
llvm-svn: 174301
This commit is contained in:
parent
f3c24d2a6f
commit
e74e216583
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user