OSDN Git Service

[NFC] API for signaling that the current loop is being deleted
authorMax Kazantsev <max.kazantsev@azul.com>
Tue, 19 Feb 2019 11:14:05 +0000 (11:14 +0000)
committerMax Kazantsev <max.kazantsev@azul.com>
Tue, 19 Feb 2019 11:14:05 +0000 (11:14 +0000)
commit58b987211a031ee54a57ce972e81ab8525b2148f
treede6ce59993a2917490fb11f2ce65bc996c5f342c
parent394aa566582c66f2f31bb4bed521206c7b18be59
[NFC] API for signaling that the current loop is being deleted

We are planning to be able to delete the current loop in LoopSimplifyCFG
in the future. Add API to notify the loop pass manager that it happened.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@354314 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/LoopSimplifyCFG.cpp