forked from OSchip/llvm-project
[CodeGen] Remove unneeded `private`. NFCI.
llvm-svn: 294623
This commit is contained in:
parent
f445f196ae
commit
05f25fa950
|
@ -73,7 +73,6 @@ class EmitAssemblyHelper {
|
|||
|
||||
std::unique_ptr<raw_pwrite_stream> OS;
|
||||
|
||||
private:
|
||||
TargetIRAnalysis getTargetIRAnalysis() const {
|
||||
if (TM)
|
||||
return TM->getTargetIRAnalysis();
|
||||
|
|
Loading…
Reference in New Issue