mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-27 14:34:58 +00:00
Fix comment to use llvm 2.x syntax.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129025 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ec5d1800f9
commit
a040d47c74
@ -311,7 +311,7 @@ void ExecutionEngine::runStaticConstructorsDestructors(Module *module,
|
||||
// it.
|
||||
if (!GV || GV->isDeclaration() || GV->hasLocalLinkage()) return;
|
||||
|
||||
// Should be an array of '{ int, void ()* }' structs. The first value is
|
||||
// Should be an array of '{ i32, void ()* }' structs. The first value is
|
||||
// the init priority, which we ignore.
|
||||
ConstantArray *InitList = dyn_cast<ConstantArray>(GV->getInitializer());
|
||||
if (!InitList) return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user