mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fix a default parameter wrongly modified in r32621. This is a refactoring change.
Swift SVN r32622
This commit is contained in:
@@ -174,8 +174,7 @@ public:
|
||||
/// In SIL, we can have a store to an aggregate and loads from its individual
|
||||
/// fields. Therefore, we expand all the operations on aggregates onto
|
||||
/// individual fields.
|
||||
static void expand(MemLocation &Base, SILModule *Mod, MemLocationList &F,
|
||||
bool OnlyLeafNode = true);
|
||||
static void expand(MemLocation &Base, SILModule *Mod, MemLocationList &F);
|
||||
|
||||
/// Given a set of locations derived from the same base, try to merge/reduce
|
||||
/// them into smallest number of MemLocations possible.
|
||||
|
||||
Reference in New Issue
Block a user