================
@@ -160,6 +160,34 @@ void CallBrInstSetIndirectDest::dump() const {
}
#endif
+SetVolatile::SetVolatile(Instruction *I, bool WasBool, Tracker &Tracker)
----------------
vporpo wrote:
Remove `bool WasBool`.
https://github.com/llvm/llvm-project/pull/101284