mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
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
This commit is contained in:
parent
a7ad84851b
commit
6c355ee427
@ -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
|
LLVM allows an explicit section to be specified for globals. If the
|
||||||
target supports it, it will emit globals to the section specified.
|
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
|
variables defined within the module are not modified from their
|
||||||
initial values before the start of the global initializer. This is
|
initial values before the start of the global initializer. This is
|
||||||
true even for variables potentially accessible from outside the
|
true even for variables potentially accessible from outside the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user