| commit | f88f52e3b9a692e0f286d0422c892db843cfe41c | [log] [tgz] |
|---|---|---|
| author | Dan Gohman <gohman@apple.com> | Mon Aug 24 04:13:01 2009 +0000 |
| committer | Dan Gohman <gohman@apple.com> | Mon Aug 24 04:13:01 2009 +0000 |
| tree | aa90f6f5e37f2478d5fddcae8094617f97776c76 | |
| parent | 72bb4f602c03f847d7b8cafb041a678ea261cc37 [diff] |
raw_ostream::indent is used for PadToColumn which often prints more than 16 spaces. Make the Spaces array wide enough to handle common cases. llvm-svn: 79890