| Index: src/IceInstrumentation.h
|
| diff --git a/src/IceInstrumentation.h b/src/IceInstrumentation.h
|
| index a7e099bae9e1d4195de23b481e5f487f297966e2..8b7e2e78f0c9cfa2b12349d4ff92704534d32b01 100644
|
| --- a/src/IceInstrumentation.h
|
| +++ b/src/IceInstrumentation.h
|
| @@ -69,6 +69,7 @@ private:
|
| virtual void instrumentSwitch(LoweringContext &, const class InstSwitch *) {}
|
| virtual void instrumentUnreachable(LoweringContext &,
|
| const class InstUnreachable *) {}
|
| + virtual void instrumentStart(Cfg *) {}
|
| virtual void instrumentLocalVars(Cfg *) {}
|
|
|
| protected:
|
|
|