mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-03 00:20:40 +03:00
Fix typo
This commit is contained in:
parent
82c841534c
commit
044dd7bc9d
5 changed files with 11 additions and 11 deletions
|
@ -571,9 +571,9 @@ void DtoDeclareFunction(FuncDeclaration *fdecl) {
|
|||
declareRuntimeCompiledFunction(gIR, irFunc);
|
||||
}
|
||||
|
||||
if (irFunc->targetCpuOverriden ||
|
||||
irFunc->targetFeaturesOverriden) {
|
||||
gIR->targetCpuOrFeaturesOverriden.push_back(irFunc);
|
||||
if (irFunc->targetCpuOverridden ||
|
||||
irFunc->targetFeaturesOverridden) {
|
||||
gIR->targetCpuOrFeaturesOverridden.push_back(irFunc);
|
||||
}
|
||||
|
||||
// main
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue