Index: src/IceInstrumentation.h |
diff --git a/src/IceInstrumentation.h b/src/IceInstrumentation.h |
index 3a185426ca2287bc27f272847adba36b695eb55e..32979634a9f363508bed7abb8025544c1de47a09 100644 |
--- a/src/IceInstrumentation.h |
+++ b/src/IceInstrumentation.h |
@@ -48,6 +48,7 @@ protected: |
virtual void instrumentInst(LoweringContext &Context); |
private: |
+ virtual bool isInstrumentable(Cfg *) { return true; } |
virtual void instrumentFuncStart(LoweringContext &) {} |
virtual void instrumentAlloca(LoweringContext &, class InstAlloca *) {} |
virtual void instrumentArithmetic(LoweringContext &, class InstArithmetic *) { |