mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-07 14:33:15 +00:00
stop using reserved identifiers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95630 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1926b648e1
commit
8a872d0215
@ -61,8 +61,8 @@ private:
|
||||
/// in the directive name and the location of the directive keyword.
|
||||
StringMap<bool(AsmParser::*)(StringRef, SMLoc)> DirectiveMap;
|
||||
public:
|
||||
AsmParser(SourceMgr &_SM, MCContext &_Ctx, MCStreamer &_Out,
|
||||
const MCAsmInfo &_MAI);
|
||||
AsmParser(SourceMgr &SM, MCContext &Ctx, MCStreamer &Out,
|
||||
const MCAsmInfo &MAI);
|
||||
~AsmParser();
|
||||
|
||||
bool Run();
|
||||
|
Loading…
x
Reference in New Issue
Block a user