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 1c0b4ba commit 6cf8e8dCopy full SHA for 6cf8e8d
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