Added Pass::createPass(ID) to handle pass configuration by ID
authorAndrew Trick <atrick@apple.com>
Wed, 8 Feb 2012 21:22:34 +0000 (21:22 +0000)
committerAndrew Trick <atrick@apple.com>
Wed, 8 Feb 2012 21:22:34 +0000 (21:22 +0000)
commitebe18ef5c286bb7c33f6c43f1963a7d22cd73f40
tree12f4475c878f26c4df8b576e9bc411c10ee7d886
parentd2a7bedbc9d3db35ff424a6a2d257c72341af224
Added Pass::createPass(ID) to handle pass configuration by ID

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150092 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/Passes.h
include/llvm/Pass.h
lib/CodeGen/Passes.cpp
lib/VMCore/Pass.cpp