Remove the TargetLowering::getSubtarget() virtual function, which
authorDan Gohman <gohman@apple.com>
Tue, 11 May 2010 16:21:03 +0000 (16:21 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 11 May 2010 16:21:03 +0000 (16:21 +0000)
commit419e4f92635cfaa409282691437aff99062e4e0b
tree0f2d8a847e556eacaabc62d13bd435ee779f6c49
parent2320a44b903fa0fc3f05cf91f89dc0254923a736
Remove the TargetLowering::getSubtarget() virtual function, which
was unused. TargetMachine::getSubtarget() is used instead.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103474 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetLowering.h
lib/Target/ARM/ARMISelLowering.h
lib/Target/X86/X86ISelLowering.h