[CodeGen] Remove unneeded `private`. NFCI.

llvm-svn: 294623
This commit is contained in:
Davide Italiano 2017-02-09 21:19:51 +00:00
parent f445f196ae
commit 05f25fa950
1 changed files with 0 additions and 1 deletions

View File

@ -73,7 +73,6 @@ class EmitAssemblyHelper {
std::unique_ptr<raw_pwrite_stream> OS;
private:
TargetIRAnalysis getTargetIRAnalysis() const {
if (TM)
return TM->getTargetIRAnalysis();