Initialize all common codegen passes before configuration so we can use their PassIDs.
authorAndrew Trick <atrick@apple.com>
Fri, 3 Feb 2012 20:14:47 +0000 (20:14 +0000)
committerAndrew Trick <atrick@apple.com>
Fri, 3 Feb 2012 20:14:47 +0000 (20:14 +0000)
commitf1f78d5266dd67e25f23904578d69384bb53a6f7
tree8450e57c1b3fbacfe4529c4705204af8c504e9cc
parent36b7beb42921c428fc9f5b5a9cc9feb7fe7dd4b3
Initialize all common codegen passes before configuration so we can use their PassIDs.

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