Fix a default parameter wrongly modified in r32621. This is a refactoring change.

Swift SVN r32622
This commit is contained in:
Xin Tong
2015-10-12 00:57:20 +00:00
parent c222f4b387
commit 1106cf88f2
2 changed files with 4 additions and 6 deletions

View File

@@ -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.