mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-06 21:27:23 +00:00
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
This commit is contained in:
@@ -279,7 +279,7 @@ public:
|
|||||||
/// @}
|
/// @}
|
||||||
|
|
||||||
static bool classof(const MCStreamer *S) {
|
static bool classof(const MCStreamer *S) {
|
||||||
return S->getKind() == SK_NullStreamer;
|
return S->getKind() == SK_AsmStreamer;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user