Remove debugging help.

llvm-svn: 47585
This commit is contained in:
Devang Patel 2008-02-26 01:42:38 +00:00
parent 7d870df864
commit 443018e55e
1 changed files with 0 additions and 1 deletions

View File

@ -754,7 +754,6 @@ static void WriteInstruction(const Instruction &I, unsigned InstID,
{
Code = bitc::FUNC_CODE_INST_RET;
unsigned NumOperands = I.getNumOperands();
// printf ("dpatel write %d\n", NumOperands);
if (NumOperands == 0)
AbbrevToUse = FUNCTION_INST_RET_VOID_ABBREV;
else if (NumOperands == 1) {