Have the selection dag grab TargetLowering off of the subtarget
authorEric Christopher <echristo@gmail.com>
Wed, 8 Oct 2014 01:57:58 +0000 (01:57 +0000)
committerEric Christopher <echristo@gmail.com>
Wed, 8 Oct 2014 01:57:58 +0000 (01:57 +0000)
commit48b1918a1b5428ca4bafe923884829aa9aaccf7e
treec85535146cc4fd025805e287b02856abdddb268b
parent8315bd8ab0c7f7dd2d666f46d569eeef5298306c
Have the selection dag grab TargetLowering off of the subtarget
inside init rather than have it passed in as an argument.

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