forked from OSchip/llvm-project
Minor-fix: remove duplicate definition of SPT optimization timer
Summary: (cherry picked from FBD28111560)
This commit is contained in:
parent
e5b1d9cd8c
commit
c8038da36e
|
@ -152,11 +152,7 @@ class FrameAccessAnalysis {
|
|||
public:
|
||||
FrameAccessAnalysis(const BinaryContext &BC, BinaryFunction &BF)
|
||||
: SPT(BC, BF), BC(BC), BF(BF) {
|
||||
{
|
||||
NamedRegionTimer T1("SPT", "Stack Pointer Tracking", "Dataflow",
|
||||
"Dataflow", opts::TimeOpts);
|
||||
SPT.run();
|
||||
}
|
||||
SPT.run();
|
||||
}
|
||||
|
||||
void enterNewBB() { Prev = nullptr; }
|
||||
|
|
Loading…
Reference in New Issue