make sure the ofstream for opt's output file is destroyed, so that the bits
authorChris Lattner <sabre@nondot.org>
Sun, 6 May 2007 19:17:23 +0000 (19:17 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 6 May 2007 19:17:23 +0000 (19:17 +0000)
commitd44ae90fc8974e01ac672af2816516639ff106ef
treecf76262ba8c5c1e52508e81247e2be6541a810b0
parent9e66233361694bc495acba6bf0d472c5050b1d37
make sure the ofstream for opt's output file is destroyed, so that the bits
actually land on disk.

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