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)
commit1947a9e2e208f0ad89e4d58a491021ec7bed470e
tree3521512ad9b6a369fc56d56667cf251ec5965e53
parentc4f5a5e8637543f16d4b3b191b1aba32c650f1f3
Make the TargetMachine::getSubtarget that takes a Function argument
take a reference to match the getSubtargetImpl that takes a Function
argument.

llvm-svn: 229994
llvm/include/llvm/Target/TargetMachine.h
llvm/lib/Target/ARM/ARMAsmPrinter.h
llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp