Skip to content

Commit 56192a2

Browse files
committed
---
yaml --- r: 349599 b: refs/heads/master-next c: a073fd7 h: refs/heads/master i: 349597: 90f3cd5 349595: e0da040 349591: 5c7fa61 349583: 84cd44f 349567: 2c11f94
1 parent ccc72e1 commit 56192a2

File tree

5 files changed

+2
-1069
lines changed

5 files changed

+2
-1069
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
refs/heads/master: 3574c513bbc5578dd9346b4ea9ab5995c5927bb5
3-
refs/heads/master-next: e305a2076d09621e8569fdc9e59502f2277d5676
3+
refs/heads/master-next: a073fd76213196bc07a8baf3b1a3dc218eacb2ca
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
66
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-b: 66d897bfcf64a82cb9a87f5e663d889189d06d07

branches/master-next/include/swift/SILOptimizer/PassManager/Passes.def

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
/// This macro follows the same conventions as PASS(Id, Tag, Description),
3737
/// but is used for IRGen passes which are built outside of the
3838
/// SILOptimizer library.
39-
///
39+
///
4040
/// An IRGen pass is created by IRGen and needs to be registered with the pass
4141
/// manager dynamically.
4242
#ifndef IRGEN_PASS
@@ -312,8 +312,6 @@ PASS(SerializeSILPass, "serialize-sil",
312312
PASS(YieldOnceCheck, "yield-once-check",
313313
"Check correct usage of yields in yield-once coroutines")
314314
PASS(OSLogOptimization, "os-log-optimization", "Optimize os log calls")
315-
PASS(MandatoryCombiner, "mandatory-combiner",
316-
"Perform mandatory peephole combines")
317315
PASS(BugReducerTester, "bug-reducer-tester",
318316
"sil-bug-reducer Tool Testing by Asserting on a Sentinel Function")
319317
PASS_RANGE(AllPasses, AADumper, BugReducerTester)

branches/master-next/lib/SILOptimizer/Mandatory/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,5 @@ silopt_register_sources(
2121
SemanticARCOpts.cpp
2222
SILGenCleanup.cpp
2323
YieldOnceCheck.cpp
24-
MandatoryCombiner.cpp
2524
OSLogOptimization.cpp
2625
)

branches/master-next/lib/SILOptimizer/Mandatory/MandatoryCombiner.cpp

Lines changed: 0 additions & 174 deletions
This file was deleted.

0 commit comments

Comments
 (0)