We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f66e5f commit 822db01Copy full SHA for 822db01
bolt/lib/Passes/PAuthGadgetScanner.cpp
@@ -571,6 +571,8 @@ class DataflowSrcSafetyAnalysis
571
traceInst(BC, "First instruction", FirstInst);
572
traceInst(BC, "Last instruction", LastInst);
573
});
574
+ (void)CheckedReg;
575
+ (void)FirstInst;
576
assert(llvm::any_of(BB, [&](MCInst &I) { return &I == &FirstInst; }) &&
577
"Data-flow analysis expects the checker not to cross BBs");
578
CheckerSequenceInfo[&LastInst] = *CheckerInfo;
0 commit comments