1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Fix a copy/paste-o that got missed because 'check' doesn't build lto.

llvm-svn: 174115
This commit is contained in:
Chandler Carruth 2013-01-31 23:34:47 +00:00
parent 0c74d78ebf
commit 73b90a7dbd

View File

@ -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