R600: Calculate store mask instead of using switch.
[oota-llvm.git] / lib / CodeGen / ShadowStackGC.cpp
index 55c6cfc1e6f486ff4137a3d78626a573da0368d3..adb3ef916342a2e2ffade2bd1129c8172023c75e 100644 (file)
@@ -55,8 +55,8 @@ namespace {
   public:
     ShadowStackGC();
 
-    bool initializeCustomLowering(Module &M);
-    bool performCustomLowering(Function &F);
+    bool initializeCustomLowering(Module &M) override;
+    bool performCustomLowering(Function &F) override;
 
   private:
     bool IsNullValue(Value *V);