Grab the TargetLowering info from the DAG rather than querying for
authorEric Christopher <echristo@gmail.com>
Tue, 27 Jan 2015 01:01:36 +0000 (01:01 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 27 Jan 2015 01:01:36 +0000 (01:01 +0000)
commitcdafa1003b6ccd308d5959a70e8f135de5d1d152
tree5a0b024cb25c3caf231140838f67f51acdb0925b
parent28f4510b4cfbc782586cff47a282bd7b7996ca8b
Grab the TargetLowering info from the DAG rather than querying for
a subtarget.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227156 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp