forked from OSchip/llvm-project
				
			MipsAsmParser.cpp: Suppress a warning introduced in r226657. [-Wunused-variable]
llvm-svn: 226887
This commit is contained in:
		
							parent
							
								
									0895e3406c
								
							
						
					
					
						commit
						f6eee4ad67
					
				| 
						 | 
					@ -1737,9 +1737,8 @@ MipsAsmParser::expandLoadAddressSym(MCInst &Inst, SMLoc IDLoc,
 | 
				
			||||||
bool MipsAsmParser::
 | 
					bool MipsAsmParser::
 | 
				
			||||||
expandUncondBranchMMPseudo(MCInst &Inst, SMLoc IDLoc,
 | 
					expandUncondBranchMMPseudo(MCInst &Inst, SMLoc IDLoc,
 | 
				
			||||||
                           SmallVectorImpl<MCInst> &Instructions) {
 | 
					                           SmallVectorImpl<MCInst> &Instructions) {
 | 
				
			||||||
  const MCInstrDesc &MCID = getInstDesc(Inst.getOpcode());
 | 
					  assert(getInstDesc(Inst.getOpcode()).getNumOperands() == 1 &&
 | 
				
			||||||
 | 
					         "unexpected number of operands");
 | 
				
			||||||
  assert(MCID.getNumOperands() == 1 && "unexpected number of operands");
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  MCOperand Offset = Inst.getOperand(0);
 | 
					  MCOperand Offset = Inst.getOperand(0);
 | 
				
			||||||
  if (Offset.isExpr()) {
 | 
					  if (Offset.isExpr()) {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue