[PATCH] D64973: [MustExec][NFC] Expose a common LoopSafetyInfo interface
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 21 10:28:19 PDT 2019
jdoerfert marked an inline comment as done.
jdoerfert added a comment.
Any objections to this?
================
Comment at: llvm/include/llvm/Analysis/MustExecute.h:73
+ virtual void insertInstructionAfter(const Instruction *NewI,
+ const Instruction *PosI){};
+
----------------
lebedev.ri wrote:
> `const Instruction *PosI) {}`
I'll clang-format, I though I did already.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64973/new/
https://reviews.llvm.org/D64973
More information about the llvm-commits
mailing list