Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit 3529d1a

Browse files
committed
Fix another typo in the classof definitions that doesn't (currently)
have any effect. Spotted by Eli in review, thanks!!! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174121 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 16c4b3c commit 3529d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/MC/MCAsmStreamer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ class MCAsmStreamer : public MCStreamer {
279279
/// @}
280280

281281
static bool classof(const MCStreamer *S) {
282-
return S->getKind() == SK_NullStreamer;
282+
return S->getKind() == SK_AsmStreamer;
283283
}
284284
};
285285

0 commit comments

Comments
 (0)