Index: src/IceTargetLowering.h |
diff --git a/src/IceTargetLowering.h b/src/IceTargetLowering.h |
index 4d9598a2448b917379a42116f9665307e8034700..00beff4d5e41f15595883560cf8b47de003982e0 100644 |
--- a/src/IceTargetLowering.h |
+++ b/src/IceTargetLowering.h |
@@ -248,6 +248,7 @@ protected: |
virtual void lowerStore(const InstStore *Inst) = 0; |
virtual void lowerSwitch(const InstSwitch *Inst) = 0; |
virtual void lowerUnreachable(const InstUnreachable *Inst) = 0; |
+ virtual void lowerOther(const Inst *Instr); |
virtual void doAddressOptLoad() {} |
virtual void doAddressOptStore() {} |