Remove the redundant TM member from X86DAGToDAGISel; replace it
authorDan Gohman <gohman@apple.com>
Wed, 3 Jun 2009 20:20:00 +0000 (20:20 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 3 Jun 2009 20:20:00 +0000 (20:20 +0000)
commitc553462c2989bbcbd9a911f7a5d56e76883d3038
tree8b3997eab394d75538a47c2c3a258240dfb635cf
parent68c9344056e714336a522148e0e468f35035c650
Remove the redundant TM member from X86DAGToDAGISel; replace it
with an accessor method which simply casts the parent class
SelectionDAGISel's TM to the target-specific type.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72801 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelDAGToDAG.cpp