Remove extra argument used once on TargetMachine::getNameWithPrefix and inline the...
authorEric Christopher <echristo@gmail.com>
Tue, 20 Sep 2016 16:04:50 +0000 (16:04 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 20 Sep 2016 16:04:50 +0000 (16:04 +0000)
commit0be7793d75378163f6f6e4724c94370971d342a0
tree5d2cdcd596d95182ed095c838196bcc6c25d9db4
parentf83a19ffc265df124cffe7a91c86d5ffbdc8b955
Remove extra argument used once on TargetMachine::getNameWithPrefix and inline the result into the singular caller.

llvm-svn: 281981
llvm/include/llvm/Target/TargetMachine.h
llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
llvm/lib/Target/TargetMachine.cpp