diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2020-11-04 18:31:40 -0500 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2020-12-03 16:10:59 -0800 |
commit | 99b823c2eba391877a0fcd6bc5f03f0d9f0077cb (patch) | |
tree | fe380850e15ca3198f9ae93b418f4cdd7f13547a /llvm/lib/CodeGen/MachineFunctionPrinterPass.cpp | |
parent | 3fcdf9ca78cbba69ab20d43009826403c2d4c110 (diff) | |
download | llvm-99b823c2eba391877a0fcd6bc5f03f0d9f0077cb.zip llvm-99b823c2eba391877a0fcd6bc5f03f0d9f0077cb.tar.gz llvm-99b823c2eba391877a0fcd6bc5f03f0d9f0077cb.tar.bz2 |
Frontend: Remove redundant call to CompilerInstance::setFileManager, NFC
`ASTUnit::Parse` sets up the `FileManager` earlier in the same function,
ensuring `ASTUnit::getFileManager()` matches `Clang->getFileManager()`.
Remove the later call to `setFileManager(getFileManager())` since it
does nothing.
Differential Revision: https://reviews.llvm.org/D90888
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunctionPrinterPass.cpp')
0 files changed, 0 insertions, 0 deletions