Missing override keyword to DoPhase
authorKyungwoo Lee <kyulee@microsoft.com>
Tue, 13 Jun 2017 18:37:14 +0000 (11:37 -0700)
committerKyungwoo Lee <kyulee@microsoft.com>
Tue, 13 Jun 2017 18:37:14 +0000 (11:37 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/a075b765d3ce3707c50f0a87c5c6a8a7e4c65f68

src/coreclr/src/jit/lower.h

index 73d2be6..cd1e5ef 100644 (file)
@@ -28,7 +28,7 @@ public:
         m_lsra = (LinearScan*)lsra;
         assert(m_lsra);
     }
-    virtual void DoPhase();
+    virtual void DoPhase() override;
 
     // If requiresOverflowCheck is false, all other values will be unset
     struct CastInfo