Whoops, left some debugging code in that broke

a buildbot.  Removed.

llvm-svn: 94975
This commit is contained in:
Sean Callanan 2010-02-01 09:02:24 +00:00
parent 328f60f08c
commit bc7bd4bf40
1 changed files with 0 additions and 8 deletions

View File

@ -411,14 +411,6 @@ int EDDisassembler::parseInst(SmallVectorImpl<MCParsedAsmOperand*> &operands,
ret = -1;
}
SmallVectorImpl<MCParsedAsmOperand*>::iterator oi;
for(oi = operands.begin(); oi != operands.end(); ++oi) {
printf("Operand start %p, end %p\n",
(*oi)->getStartLoc().getPointer(),
(*oi)->getEndLoc().getPointer());
}
ParserMutex.acquire();
if (!ret) {