]> granicus.if.org Git - llvm/commit
[UpdateCompilerUsed] API rename and cleanup, suggested by Rafaael.
authorDavide Italiano <davide@freebsd.org>
Wed, 22 Jun 2016 19:50:42 +0000 (19:50 +0000)
committerDavide Italiano <davide@freebsd.org>
Wed, 22 Jun 2016 19:50:42 +0000 (19:50 +0000)
commite93d6b14f79e40dd33ff131b4d174ba78ff9bd28
tree0ccc9eee5476aa6dc2f21540519a237567d87f83
parent9e588d89c5ffadd6b8fcb9aecc725df3159e3417
[UpdateCompilerUsed] API rename and cleanup, suggested by Rafaael.

* UpdateCompilerUsed() -> updateCompilerUsed()
* ThinLTO doesn't use the API so we can remove the include
* Clean up unused #include <functional> from the header
* Rename #ifdef guard comment to be correct.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@273461 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/LTO/UpdateCompilerUsed.h
lib/LTO/LTOCodeGenerator.cpp
lib/LTO/ThinLTOCodeGenerator.cpp
lib/LTO/UpdateCompilerUsed.cpp