OSDN Git Service

If requested, apply function merging at -O0 too. It's useful there to reduce the...
authorNick Lewycky <nicholas@mxc.ca>
Thu, 23 Oct 2014 23:49:31 +0000 (23:49 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Thu, 23 Oct 2014 23:49:31 +0000 (23:49 +0000)
commitc08a7201b711809a6d7f17795ece1073f1d58773
tree59dedaeeb9bdcb581b372ce93e560fdd04ba485f
parentda45b2bdbd92af261ca8ff18069fb0a988e5963d
If requested, apply function merging at -O0 too. It's useful there to reduce the time to compile.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220537 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/PassManagerBuilder.cpp