diff options
Diffstat (limited to 'contrib/llvm/lib/CodeGen/ErlangGC.cpp')
| -rw-r--r-- | contrib/llvm/lib/CodeGen/ErlangGC.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm/lib/CodeGen/ErlangGC.cpp b/contrib/llvm/lib/CodeGen/ErlangGC.cpp index 8a1e2d9c99a8..e976d7fd9d82 100644 --- a/contrib/llvm/lib/CodeGen/ErlangGC.cpp +++ b/contrib/llvm/lib/CodeGen/ErlangGC.cpp @@ -32,7 +32,7 @@ namespace {                            DebugLoc DL) const;    public:      ErlangGC(); -    bool findCustomSafePoints(GCFunctionInfo &FI, MachineFunction &MF); +    bool findCustomSafePoints(GCFunctionInfo &FI, MachineFunction &MF) override;    };  }  | 
