[PM] Change the name of the repeating utility to something less
authorChandler Carruth <chandlerc@gmail.com>
Thu, 4 Aug 2016 03:52:53 +0000 (03:52 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 4 Aug 2016 03:52:53 +0000 (03:52 +0000)
commita053a88df51032be4d13c14a06be83eae949704c
treef024963f3bc7e514e3442afb0d75f8b222d4d5c4
parentb33bfa198c8e655488c7f7a4f50f98f56ed6ce5a
[PM] Change the name of the repeating utility to something less
overloaded (and simpler).

Sean rightly pointed out in code review that we've started using
"wrapper pass" as a specific part of the old pass manager, and in fact
it is more applicable there. Here, we really have a pass *template* to
build a repeated pass, so call it that.

llvm-svn: 277689
llvm/include/llvm/IR/PassManager.h
llvm/lib/Passes/PassBuilder.cpp
llvm/test/Other/new-pass-manager.ll