Index: src/IceTargetLowering.h |
diff --git a/src/IceTargetLowering.h b/src/IceTargetLowering.h |
index f2e5863b255990720168040bb6940534692751fa..9953d0be9227e480f6ad81245d5cb4fd7fb69f26 100644 |
--- a/src/IceTargetLowering.h |
+++ b/src/IceTargetLowering.h |
@@ -202,7 +202,7 @@ public: |
virtual void addProlog(CfgNode *Node) = 0; |
virtual void addEpilog(CfgNode *Node) = 0; |
- virtual void emitConstants() const = 0; |
+ static void emitConstants(GlobalContext *Ctx); |
virtual ~TargetLowering() {} |