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 e40292ae62
commit 30cfaa2578
1 changed files with 1 additions and 1 deletions

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