Remove assignPassManager's default arguments. It's really
authorDan Gohman <gohman@apple.com>
Sat, 7 Aug 2010 01:25:32 +0000 (01:25 +0000)
committerDan Gohman <gohman@apple.com>
Sat, 7 Aug 2010 01:25:32 +0000 (01:25 +0000)
commit8d570bf8e9eb41e2f1c283bd67cc58514b0c429a
treea5767e32f894d3dce54a582928f23555941726e6
parent4afefdec65f198fad803fa8f9f994663488dd608
Remove assignPassManager's default arguments. It's really
confusing to have different arguments for the same virtual
function at different levels of the class hierarchy.

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