Tidy up PMStack. Add a bunch of consts, use std::vector instead of
authorDan Gohman <gohman@apple.com>
Sat, 7 Aug 2010 00:53:01 +0000 (00:53 +0000)
committerDan Gohman <gohman@apple.com>
Sat, 7 Aug 2010 00:53:01 +0000 (00:53 +0000)
commit4bdeede8c7ea307b3f6192ec4f425debda948998
tree77647b1b1238dd31140115939429cbe3beb238fe
parent11112e0d7b1fb2741ed65a5085037918d1425916
Tidy up PMStack. Add a bunch of consts, use std::vector instead of
std::deque, since this is a stack and only supports push/pop on
one end, and remove an unimplemented declaration.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110495 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/LoopPass.h
include/llvm/PassManagers.h