[ConfigImpact] Use ProcCfg.Normal instead of NormalOneInstrPerNode

Summary: ProcCfg.Normal is cheaper than ProcCfg.NormalOneInstrPerNode.

Reviewed By: ezgicicek

Differential Revision: D26688881

fbshipit-source-id: 0180ad960
master
Sungkeun Cho 4 years ago committed by Facebook GitHub Bot
parent 97bce99c03
commit 92ad9f1ed9

@ -535,7 +535,7 @@ module Dom = struct
end
module TransferFunctions = struct
module CFG = ProcCfg.NormalOneInstrPerNode
module CFG = ProcCfg.Normal
module Domain = Dom
type analysis_data = Summary.t InterproceduralAnalysis.t

@ -223,7 +223,7 @@ module Dom = struct
end
module TransferFunctions = struct
module CFG = ProcCfg.NormalOneInstrPerNode
module CFG = ProcCfg.Normal
module Domain = Dom
type analysis_data = Summary.t InterproceduralAnalysis.t

Loading…
Cancel
Save