Make the TargetMachine::getSubtarget that takes a Function argument
authorEric Christopher <echristo@gmail.com>
Fri, 20 Feb 2015 07:32:59 +0000 (07:32 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 20 Feb 2015 07:32:59 +0000 (07:32 +0000)
commitc9d071599711f0fcb7e7e227f05735be2b421fbe
tree5586eb7639659ae56bc5d5aec75db96602ee8539
parenta074de6ff45f6d0332e5ee61743daee59be444d2
Make the TargetMachine::getSubtarget that takes a Function argument
take a reference to match the getSubtargetImpl that takes a Function
argument.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229994 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetMachine.h
lib/Target/ARM/ARMAsmPrinter.h
lib/Target/PowerPC/PPCAsmPrinter.cpp