diff options
author | Craig Topper <craig.topper@sifive.com> | 2024-04-19 12:39:54 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-19 12:39:54 -0700 |
commit | 8e2060bf210e83d6cc34f61185918ca67b54f6f1 (patch) | |
tree | db53ac9ec9608343d9e36d80bd2f0f542e50ff26 /llvm/unittests/Support/VirtualFileSystemTest.cpp | |
parent | 016ce9ed5cd3694cbff72a768a593714913822ea (diff) | |
download | llvm-8e2060bf210e83d6cc34f61185918ca67b54f6f1.zip llvm-8e2060bf210e83d6cc34f61185918ca67b54f6f1.tar.gz llvm-8e2060bf210e83d6cc34f61185918ca67b54f6f1.tar.bz2 |
[X86][TableGen] Remove unnecessary use of formatted_raw_ostream. NFC (#89343)
This code used to use the PadToColumn feature of formatted_raw_ostream,
but no longer does. formatted_raw_ostream is slower than regular
raw_ostream because it has to keep track of the number of character
since the last new line character.
Diffstat (limited to 'llvm/unittests/Support/VirtualFileSystemTest.cpp')
0 files changed, 0 insertions, 0 deletions