Remove unused variables.

llvm-svn: 185180
This commit is contained in:
Eric Christopher 2013-06-28 18:03:54 +00:00
parent 8df08c73c6
commit 7ca071bcf6
1 changed files with 0 additions and 4 deletions

View File

@ -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