mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 01:31:05 +00:00
Remove unused variables.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185180 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b206498b95
commit
f52578c08c
@ -3464,10 +3464,6 @@ SDNode *ARMDAGToDAGISel::SelectInlineAsm(SDNode *N){
|
||||
bool Changed = false;
|
||||
unsigned NumOps = N->getNumOperands();
|
||||
|
||||
ExternalSymbolSDNode *S = dyn_cast<ExternalSymbolSDNode>(
|
||||
N->getOperand(InlineAsm::Op_AsmString));
|
||||
StringRef AsmString = StringRef(S->getSymbol());
|
||||
|
||||
// Normally, i64 data is bounded to two arbitrary GRPs for "%r" constraint.
|
||||
// However, some instrstions (e.g. ldrexd/strexd in ARM mode) require
|
||||
// (even/even+1) GPRs and use %n and %Hn to refer to the individual regs
|
||||
|
Loading…
x
Reference in New Issue
Block a user