mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-01 23:50:43 +03:00
Stray tab cleanup
This commit is contained in:
parent
f554c322a8
commit
ecd6843069
1 changed files with 1 additions and 1 deletions
|
@ -560,7 +560,7 @@ static void registerPredefinedFloatABI(const char *soft, const char *hard, const
|
|||
// Use target floating point unit instead of s/w float routines
|
||||
bool useFPU = !gTargetMachine->Options.UseSoftFloat;
|
||||
VersionCondition::addPredefinedGlobalIdent(useFPU ? "D_HardFloat" : "D_SoftFloat");
|
||||
|
||||
|
||||
if (gTargetMachine->Options.FloatABIType == llvm::FloatABI::Soft)
|
||||
{
|
||||
VersionCondition::addPredefinedGlobalIdent(useFPU && softfp ? softfp : soft);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue