mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-11 00:31:09 +00:00
[MC] Delete unneeded MCAsmParser &Parser
This commit is contained in:
parent
c980d93d91
commit
aba67ba784
@ -4793,7 +4793,6 @@ bool X86AsmParser::parseDirectiveFPOSetFrame(SMLoc L) {
|
||||
|
||||
// .cv_fpo_pushreg ebx
|
||||
bool X86AsmParser::parseDirectiveFPOPushReg(SMLoc L) {
|
||||
MCAsmParser &Parser = getParser();
|
||||
unsigned Reg;
|
||||
SMLoc DummyLoc;
|
||||
if (ParseRegister(Reg, DummyLoc, DummyLoc) || parseEOL())
|
||||
|
Loading…
Reference in New Issue
Block a user