mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-07-29 10:30:04 +02:00
Added inreg attribute where appropriate on x86 to follow ABI docs.
Removed now unnecessary temporary variable in StringExp.
This commit is contained in:
@@ -439,6 +439,7 @@ struct TypeFunction : Type
|
||||
bool usesThis;
|
||||
bool usesNest;
|
||||
unsigned retAttrs;
|
||||
unsigned thisAttrs; // also used for nest
|
||||
};
|
||||
|
||||
struct TypeDelegate : Type
|
||||
|
||||
Reference in New Issue
Block a user