[PATCH] D46399: Skip unreachable blocks for CFIInstrInserter verify
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 4 15:01:31 PDT 2018
craig.topper added inline comments.
================
Comment at: lib/CodeGen/CFIInstrInserter.cpp:297
+
+ for (auto DFI = df_ext_begin(&MF, Reachable),
+ DFE = df_ext_end(&MF, Reachable);
----------------
Do you need an external set? You aren't accessing it are you?
Repository:
rL LLVM
https://reviews.llvm.org/D46399
More information about the llvm-commits
mailing list