Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / lib / Transforms / IPO / BarrierNoopPass.cpp
index 2e32240621f95a1d0001c3400296275566bf3f28..6af1043625941c8d0210207d21c9fd753d99a76d 100644 (file)
@@ -36,7 +36,7 @@ public:
     initializeBarrierNoopPass(*PassRegistry::getPassRegistry());
   }
 
-  bool runOnModule(Module &M) { return false; }
+  bool runOnModule(Module &M) override { return false; }
 };
 }