OSDN Git Service

[PM] Completely remove support for explicit 'require' methods on the
authorChandler Carruth <chandlerc@gmail.com>
Sun, 17 Nov 2013 03:18:05 +0000 (03:18 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 17 Nov 2013 03:18:05 +0000 (03:18 +0000)
commit8417e857818e972f318bd549caabc54bdf537c26
treed80b10d6ea0fd7a72abc2ba1eb6444ce78f2bb01
parentca1b7799aaeeeb0c6af80fa31fb8f74e79ab2967
[PM] Completely remove support for explicit 'require' methods on the
AnalysisManager. All this method did was assert something and we have
a perfectly good way to trigger that assert from the query path.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194947 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/PassManager.h
unittests/IR/PassManagerTest.cpp