Skip to content

Commit 05a2576

Browse files
committed
Optimizer: remove the now unused LSLocation utilities
1 parent 42ba641 commit 05a2576

File tree

10 files changed

+0
-1834
lines changed

10 files changed

+0
-1834
lines changed

include/swift/SILOptimizer/PassManager/Passes.def

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,8 +298,6 @@ PASS(Mem2Reg, "mem2reg",
298298
"Memory to SSA Value Conversion to Remove Stack Allocation")
299299
SWIFT_FUNCTION_PASS(MemBehaviorDumper, "dump-mem-behavior",
300300
"Print SIL Instruction MemBehavior from Alias Analysis over all Pairs")
301-
PASS(LSLocationPrinter, "lslocation-dump",
302-
"Print Load-Store Location Results Covering all Accesses")
303301
SWIFT_FUNCTION_PASS(MergeCondFails, "merge-cond_fails",
304302
"Merge SIL cond_fail to Eliminate Redundant Overflow Checks")
305303
PASS(MoveCondFailToPreds, "move-cond-fail-to-preds",

0 commit comments

Comments
 (0)