We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90fafd8 commit 570ae26Copy full SHA for 570ae26
1 file changed
lib/PhasarLLVM/DataFlowSolver/IfdsIde/Problems/IFDSUninitializedVariables.cpp
@@ -231,9 +231,6 @@ IFDSUninitializedVariables::getNormalFlowFunction(
231
}
232
};
233
return make_shared<UVFF>(Curr, UndefValueUses);
234
-
235
- // otherwise we do not care and nothing changes
236
- return Identity<IFDSUninitializedVariables::d_t>::getInstance();
237
238
239
IFDSUninitializedVariables::FlowFunctionPtrType
0 commit comments