[RegAlloc] Kill off the trivial spiller - nobody is using it any more.
[oota-llvm.git] / lib / CodeGen / DwarfEHPrepare.cpp
index 705e5d657c39da1c81cfbecc7ca86a8c216ea579..75b74d9a6c33243a79369f73147750e89e7e1bfb 100644 (file)
@@ -51,6 +51,11 @@ namespace {
 
     bool runOnFunction(Function &Fn) override;
 
+    bool doFinalization(Module &M) override {
+      RewindFunction = nullptr;
+      return false;
+    }
+
     void getAnalysisUsage(AnalysisUsage &AU) const override { }
 
     const char *getPassName() const override {