X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FAnalysis%2FDependenceAnalysis.h;h=0b3b2ea4281361605f8ceb755f1259e974036f11;hb=c16fc548515f2fd01bc2cbe4befd822a636cc154;hp=ce0b8994d16d0619be0dccae795c3c6d70627307;hpb=2c64a1129f14d6322631e1c6d610b92c4c4871d0;p=oota-llvm.git diff --git a/include/llvm/Analysis/DependenceAnalysis.h b/include/llvm/Analysis/DependenceAnalysis.h index ce0b8994d16..0b3b2ea4281 100644 --- a/include/llvm/Analysis/DependenceAnalysis.h +++ b/include/llvm/Analysis/DependenceAnalysis.h @@ -219,7 +219,7 @@ namespace llvm { public: FullDependence(Instruction *Src, Instruction *Dst, bool LoopIndependent, unsigned Levels); - ~FullDependence() { delete[] DV; } + ~FullDependence() override { delete[] DV; } /// isLoopIndependent - Returns true if this is a loop-independent /// dependence.