OSDN Git Service

[SCEV] Remove custom RAII wrapper; NFC
authorSanjoy Das <sanjoy@playingwithpointers.com>
Tue, 27 Sep 2016 18:01:42 +0000 (18:01 +0000)
committerSanjoy Das <sanjoy@playingwithpointers.com>
Tue, 27 Sep 2016 18:01:42 +0000 (18:01 +0000)
commit0618af6f337a32946bfd7e7d40ba464bc9b9e86b
tree459b93f43a0683837e5366b888942862657686e8
parentbedf4a9691c78dd629eda34f406d74f3decf67cf
[SCEV] Remove custom RAII wrapper; NFC

Instead use the pre-existing `scope_exit` class.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282512 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/ScalarEvolution.cpp