aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCISelLowering.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-08-05 00:49:25 +0000
committerDan Gohman <gohman@apple.com>2009-08-05 00:49:25 +0000
commitc2cd97a71c66240b49a6af5ad38b2d950a0181d5 (patch)
treed08d72d418a2557e0312f510dc0b56cbd8d6dcef /lib/Target/PowerPC/PPCISelLowering.cpp
parent055a90dd7e4c218f53b5ee646afd6be06a18d6f3 (diff)
downloadexternal_llvm-c2cd97a71c66240b49a6af5ad38b2d950a0181d5.zip
external_llvm-c2cd97a71c66240b49a6af5ad38b2d950a0181d5.tar.gz
external_llvm-c2cd97a71c66240b49a6af5ad38b2d950a0181d5.tar.bz2
Don't flush the raw_ostream between each MachineFunction. These flush
calls were originally put in place because errs() at one time was not unbuffered, and these print routines are commonly used with errs() for debugging. However, errs() is now properly unbuffered, so the flush calls are no longer needed. This significantly reduces the number of write(2) calls for regular asm printing when there are many small functions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78137 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCISelLowering.cpp')
0 files changed, 0 insertions, 0 deletions