Don't call flush() at a library level which isn't checking for errors
authorDan Gohman <gohman@apple.com>
Tue, 1 Jun 2010 16:31:34 +0000 (16:31 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 1 Jun 2010 16:31:34 +0000 (16:31 +0000)
commit4b1000d117f1b7cc5411bc251d141fe182a4ae1c
treeee4de67b3146530a062aed953ac55bf9846ea33b
parent943005e09482f47619cc1345320df359c6c3021e
Don't call flush() at a library level which isn't checking for errors
and doesn't know where the output is going.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105274 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCStreamer.h
lib/MC/MCAsmStreamer.cpp
lib/MC/MCAssembler.cpp