DebugInfo: Move unit begin/end labels into the unit
[oota-llvm.git] / lib / CodeGen / Spiller.h
index 41f1727da43921b102c79ea94b91508f785425e8..b7d5beaab1b26a583550da4955035f83eb4bec1a 100644 (file)
@@ -22,6 +22,7 @@ namespace llvm {
   /// Implementations are utility classes which insert spill or remat code on
   /// demand.
   class Spiller {
+    virtual void anchor();
   public:
     virtual ~Spiller() = 0;