[PATCH] D38428: Add FileVerifier::isCFIProtected().
Vlad Tsyrklevich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 9 09:37:12 PDT 2017
vlad.tsyrklevich added inline comments.
================
Comment at: tools/llvm-cfi-verify/FileAnalysis.cpp:168
+bool FileAnalysis::usesRegisterOperand(const Instr& InstrMeta) const {
+ for (const auto &Operand : InstrMeta.Instruction) {
----------------
Place this in the first CL where you can also use it.
https://reviews.llvm.org/D38428
More information about the llvm-commits
mailing list