It's not necessary to call raw_ostream::close explicitly on automatic
authorDan Gohman <gohman@apple.com>
Wed, 24 Mar 2010 19:00:02 +0000 (19:00 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 24 Mar 2010 19:00:02 +0000 (19:00 +0000)
commit34b96f4fb369ab3b4cabcfb3d3b4bbb9e201aaf4
tree9b49077bfbfb07e43eb5466c2c80f5f5222d4ae0
parent8fe7979c416cc5aad167329a2d7e7f5000f445fe
It's not necessary to call raw_ostream::close explicitly on automatic
raw_ostream variables immediately before they go out of scope.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99413 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-ld/llvm-ld.cpp