about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/builder.rs
diff options
context:
space:
mode:
authorDavid Wood <david@davidtw.co>2020-08-28 14:31:03 +0100
committerDavid Wood <david@davidtw.co>2020-08-30 18:59:07 +0100
commit6ff471b1cf85dea0e8f83b5212042905aac35143 (patch)
tree61e0a1c61aecc0fa4033cca2b4ea923a54745e6a /compiler/rustc_codegen_llvm/src/builder.rs
parent85fbf49ce0e2274d0acf798f6e703747674feec3 (diff)
downloadrust-6ff471b1cf85dea0e8f83b5212042905aac35143.tar.gz
rust-6ff471b1cf85dea0e8f83b5212042905aac35143.zip
ty: remove obsolete printer
This commit removes the obsolete printer and replaces all uses of it
with `FmtPrinter`. Of the replaced uses, all but one use was in `debug!`
logging, two cases were notable:

- `MonoItem::to_string` is used in `-Z print-mono-items` and therefore
  affects the output of all codegen-units tests.
- `DefPathBasedNames` was used in `librustc_codegen_llvm/type_of.rs`
  with `LLVMStructCreateNamed` and that'll now get different values, but
  this should result in no functional change.

Signed-off-by: David Wood <david@davidtw.co>
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/builder.rs')
0 files changed, 0 insertions, 0 deletions