mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Load Store Opts] fix typo.
Swift SVN r20905
This commit is contained in:
@@ -691,7 +691,7 @@ class GlobalLoadStoreOpts : public SILFunctionTransform {
|
||||
// Remove dead stores, merge duplicate loads, and forward stores to
|
||||
// loads. We also update lists of stores|loads to reflect the end
|
||||
// of the basic block.
|
||||
ChangedDuringIteration = Forwarder.optimize(AA, PDI);
|
||||
ChangedDuringIteration |= Forwarder.optimize(AA, PDI);
|
||||
Changed |= ChangedDuringIteration;
|
||||
}
|
||||
} while (ChangedDuringIteration);
|
||||
|
||||
Reference in New Issue
Block a user