forked from OSchip/llvm-project
Fix a copy/paste-o that got missed because 'check' doesn't build lto.
llvm-svn: 174115
This commit is contained in:
parent
e40292ae62
commit
30cfaa2578
|
@ -807,7 +807,7 @@ namespace {
|
|||
virtual void FinishImpl() {}
|
||||
|
||||
static bool classof(const MCStreamer *S) {
|
||||
return S->getKind == SK_RecordStreamer;
|
||||
return S->getKind() == SK_RecordStreamer;
|
||||
}
|
||||
};
|
||||
} // end anonymous namespace
|
||||
|
|
Loading…
Reference in New Issue