diff options
author | Nick Desaulniers <ndesaulniers@google.com> | 2023-07-11 09:27:33 -0700 |
---|---|---|
committer | Nick Desaulniers <ndesaulniers@google.com> | 2023-07-11 09:30:15 -0700 |
commit | 631576561ee2d3907f8038dac50e08b266311e12 (patch) | |
tree | ddac7fc700fcf889aa443afba9861a84cd2656fe /clang/lib/Lex/ModuleMap.cpp | |
parent | 7ec844c881a23bf0d2e4450ac9ca97091490084f (diff) | |
download | llvm-631576561ee2d3907f8038dac50e08b266311e12.zip llvm-631576561ee2d3907f8038dac50e08b266311e12.tar.gz llvm-631576561ee2d3907f8038dac50e08b266311e12.tar.bz2 |
[ConstantHoisting] remove a LLVM_DEBUG statement
There is no need to print the entire function after a transform via
LLVM_DEBUG statements. These can be emulated via:
$ llc -print-after=consthoist -filter-print-funcs=<function name>
Otherwise, this makes the output of
$ llc -debug-only=consthoist
too verbose.
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D154904
Diffstat (limited to 'clang/lib/Lex/ModuleMap.cpp')
0 files changed, 0 insertions, 0 deletions