The DWARF EH pass doesn't need the TargetMachine, only the TargetLoweringBase like...
authorBill Wendling <isanbard@gmail.com>
Mon, 20 May 2013 21:54:18 +0000 (21:54 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 20 May 2013 21:54:18 +0000 (21:54 +0000)
commit3b1040c703c5e76b85b4431f4c84ccc4aa9f8508
tree0b78ad5ddc040955dddafdea4a913d061191b345
parent07418cde47c328f382144acd1972fabcf1529d11
The DWARF EH pass doesn't need the TargetMachine, only the TargetLoweringBase like the other EH passes.

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