Extract the code for releasing a pass into a separate function, and
authorDan Gohman <gohman@apple.com>
Sun, 27 Sep 2009 23:38:27 +0000 (23:38 +0000)
committerDan Gohman <gohman@apple.com>
Sun, 27 Sep 2009 23:38:27 +0000 (23:38 +0000)
commit27a8fb8a546ec5d39b057bfe2ee5c36a8e454f09
tree4080b462e953636f5be51d3a1abeca7a2da5c887
parentc261df9fab0c95e2362b518d071ac2ec37d0a9df
Extract the code for releasing a pass into a separate function, and
tidy it up a little.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82944 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/PassManagers.h
lib/VMCore/PassManager.cpp