Index: src/IceTargetLowering.h |
diff --git a/src/IceTargetLowering.h b/src/IceTargetLowering.h |
index b15c4f1e5f157e3d4045540ce6662a345f47ef44..6aaf1f74e09f5f982b479aff3b8a9ba3b5b646fe 100644 |
--- a/src/IceTargetLowering.h |
+++ b/src/IceTargetLowering.h |
@@ -125,6 +125,7 @@ public: |
void doNopInsertion(); |
// Lowers a single instruction. |
void lower(); |
+ virtual void doBranchOpt(Inst * /*I*/, const CfgNode * /*NextNode*/) {} |
// Returns a variable pre-colored to the specified physical |
// register. This is generally used to get very direct access to |