Skip to content

Commit df18a2e

Browse files
committed
keep slot indexes as pass
1 parent 90280d0 commit df18a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/SlotIndexes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ SlotIndexes::~SlotIndexes() {
4545
}
4646

4747
INITIALIZE_PASS(SlotIndexesWrapperPass, DEBUG_TYPE, "Slot index numbering",
48-
false, true)
48+
false, false)
4949

5050
STATISTIC(NumLocalRenum, "Number of local renumberings");
5151

0 commit comments

Comments
 (0)