mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Fix a copy/paste-o that got missed because 'check' doesn't build lto.
llvm-svn: 174115
This commit is contained in:
parent
0c74d78ebf
commit
73b90a7dbd
@ -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…
x
Reference in New Issue
Block a user