mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Remove unused variables.
llvm-svn: 185180
This commit is contained in:
parent
77a29128d5
commit
c7a7c7215c
@ -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…
Reference in New Issue
Block a user