Use ArrayRef instead of 'const std::vector' to pass around the list of basic blocks...
authorBill Wendling <isanbard@gmail.com>
Tue, 20 Sep 2011 18:42:07 +0000 (18:42 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 20 Sep 2011 18:42:07 +0000 (18:42 +0000)
commit51bae90289c1ae6766a67295c10f6c4339a8cca0
tree88d69901ee1fe2fbb326df35ba2c892d616d9378
parent16c19a155c65fd41865562fe4e678ef32728510b
Use ArrayRef instead of 'const std::vector' to pass around the list of basic blocks to extract.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140168 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/CodeExtractor.cpp