OSDN Git Service

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)
commitee68481a50d736f880fc8235320f9c78b9810fcd
tree0ef650459dcab581b06f08721220fa89b70bc52b
parente393968900365898c3cb2c97e5c0e54689d2a2c5
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@265348 91177308-0d34-0410-b5e6-96231b3b80d8
lib/LTO/ThinLTOCodeGenerator.cpp
tools/llvm-lto/llvm-lto.cpp