ARM64: override all the things.
[oota-llvm.git] / lib / Target / ARM64 / ARM64Subtarget.h
index fecd80eedfdf6ef33288b96b8190eb8d8f7154d2..1cbd79e969369e3003e34b0b6fe33d0f94c62667 100644 (file)
@@ -45,7 +45,7 @@ public:
   ARM64Subtarget(const std::string &TT, const std::string &CPU,
                  const std::string &FS);
 
-  virtual bool enableMachineScheduler() const { return true; }
+  bool enableMachineScheduler() const override { return true; }
 
   bool hasZeroCycleRegMove() const { return HasZeroCycleRegMove; }