SwitchManager constructor fixup

This commit is contained in:
Matteo Giordano
2021-05-31 16:56:17 +02:00
parent 5721a83d5f
commit 5c8ca2527a
+1
View File
@@ -511,6 +511,7 @@ public:
Default(Root->getDefaultDest()),
SetBlockType(SetBlockType) {
NewBlocksRegistry = nullptr;
// Get the switches of the the first MA. This is just in order to get a
// reference to their conditions
SwitchInst *EpochSwitch = Root;