LTO: rename the various makeLTOModule overloads.
authorPeter Collingbourne <peter@pcc.me.uk>
Thu, 3 Jul 2014 23:28:00 +0000 (23:28 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Thu, 3 Jul 2014 23:28:00 +0000 (23:28 +0000)
commit1e64b30a9b96deeb3e168d415570a8c92488505f
treebecb49b3522bb496f462967b259a4ebc4deda534
parentab419e6d0c52628e149e740b4d1f1ff6df52fd97
LTO: rename the various makeLTOModule overloads.

This rename makes it easier to identify the specific overload being called
in each particular case and makes future refactorings easier.

Differential Revision: http://reviews.llvm.org/D4370

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212302 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/LTO/LTOModule.h
lib/LTO/LTOModule.cpp
tools/gold/gold-plugin.cpp
tools/llvm-lto/llvm-lto.cpp
tools/lto/lto.cpp