llvm-project/llvm/lib/MC/MCDisassembler
Yaron Keren 556b21aa10 Remove and forbid raw_svector_ostream::flush() calls.
After r244870 flush() will only compare two null pointers and return,
doing nothing but wasting run time. The call is not required any more
as the stream and its SmallString are always in sync.

Thanks to David Blaikie for reviewing.

llvm-svn: 244928
2015-08-13 18:12:56 +00:00
..
CMakeLists.txt
Disassembler.cpp Remove and forbid raw_svector_ostream::flush() calls. 2015-08-13 18:12:56 +00:00
Disassembler.h
LLVMBuild.txt
MCDisassembler.cpp
MCExternalSymbolizer.cpp Change the last few internal StringRef triples into Triple objects. 2015-07-06 16:56:07 +00:00
MCRelocationInfo.cpp Replace string GNU Triples with llvm::Triple in create*MCRelocationInfo(). NFC. 2015-06-10 10:54:40 +00:00
Makefile