mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-05 14:34:55 +00:00
Changed in comment cxx -> C++. Thanks Richard Smith!.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174355 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9c5b94b6be
commit
ca531fd486
@ -112,7 +112,7 @@ public:
|
||||
// link time.
|
||||
!mayBeOverridden() &&
|
||||
// The initializer of a global variable with the externally_initialized
|
||||
// marker may change at runtime before cxx initializers are evaluated.
|
||||
// marker may change at runtime before C++ initializers are evaluated.
|
||||
!isExternallyInitialized();
|
||||
}
|
||||
|
||||
@ -129,7 +129,7 @@ public:
|
||||
!isWeakForLinker() &&
|
||||
// It is not safe to modify initializers of global variables with the
|
||||
// external_initializer marker since the value may be changed at runtime
|
||||
// before cxx initializers are evaluated.
|
||||
// before C++ initializers are evaluated.
|
||||
!isExternallyInitialized();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user