We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90280d0 commit df18a2eCopy full SHA for df18a2e
llvm/lib/CodeGen/SlotIndexes.cpp
@@ -45,7 +45,7 @@ SlotIndexes::~SlotIndexes() {
45
}
46
47
INITIALIZE_PASS(SlotIndexesWrapperPass, DEBUG_TYPE, "Slot index numbering",
48
- false, true)
+ false, false)
49
50
STATISTIC(NumLocalRenum, "Number of local renumberings");
51
0 commit comments