Code that needs a TargetMachine should have access to one directly, rather
authorDan Gohman <gohman@apple.com>
Mon, 19 Apr 2010 19:05:59 +0000 (19:05 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 19 Apr 2010 19:05:59 +0000 (19:05 +0000)
commit55e59c186303ff02c0be7429da3b1b36c347f164
tree737df0ab77e166eff886743c8e3ded1279054d86
parent46007b3712290c09d895f4bd245ac852f412556c
Code that needs a TargetMachine should have access to one directly, rather
than just getting one through a TargetLowering.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101802 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/Passes.h
lib/CodeGen/DwarfEHPrepare.cpp
lib/CodeGen/LLVMTargetMachine.cpp
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp