Clean up calls to WriteBitcodeToFile (NFC)
authorTeresa Johnson <tejohnson@google.com>
Mon, 4 Apr 2016 21:19:31 +0000 (21:19 +0000)
committerTeresa Johnson <tejohnson@google.com>
Mon, 4 Apr 2016 21:19:31 +0000 (21:19 +0000)
commit3c35e0999befe9d3016cf3bfd07701e94144a968
tree49dc6a44f7142c4a291f8196e0293f7148d6189b
parent9ab8131a57ed4cecfe00225a56f57d5173b80b2e
Clean up calls to WriteBitcodeToFile (NFC)

Remove a default parameter value being passed unnecessarily, which
also reduces the changes required when this parameter is changed in
D18763.

Document the remaining non-default bool value passed for another
parameter.

llvm-svn: 265348
llvm/lib/LTO/ThinLTOCodeGenerator.cpp
llvm/tools/llvm-lto/llvm-lto.cpp