aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/VirtRegMap.h
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
commit1c55fab53455f11fbd7bde69d0c5911031218e35 (patch)
treed08d72d418a2557e0312f510dc0b56cbd8d6dcef /lib/CodeGen/VirtRegMap.h
parent4a3d35abefa3a1f6558ef88b25f2a320c76d5328 (diff)
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/CodeGen/VirtRegMap.h')
0 files changed, 0 insertions, 0 deletions