Move the internal PrintStackTrace function that is used for llvm::sys::PrintStackTrac...
[oota-llvm.git] / lib / Support / DAGDeltaAlgorithm.cpp
index a616045b6bbf73e10e5fe2b9cb67a1c4138047ef..34e82cf44169f27c6a39f88bd79eb0123d8c6505 100644 (file)
@@ -163,11 +163,11 @@ class DeltaActiveSetHelper : public DeltaAlgorithm {
 protected:
   /// UpdatedSearchState - Callback used when the search state changes.
   virtual void UpdatedSearchState(const changeset_ty &Changes,
-                                  const changesetlist_ty &Sets) {
+                                  const changesetlist_ty &Sets) LLVM_OVERRIDE {
     DDAI.UpdatedSearchState(Changes, Sets, Required);
   }
 
-  virtual bool ExecuteOneTest(const changeset_ty &S) {
+  virtual bool ExecuteOneTest(const changeset_ty &S) LLVM_OVERRIDE {
     return DDAI.GetTestResult(S, Required);
   }