diff options
author | Devang Patel <dpatel@apple.com> | 2008-02-26 01:42:38 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2008-02-26 01:42:38 +0000 |
commit | 443018e55eb6c6cd4b1f0216279e4a54c1c26eae (patch) | |
tree | 926548681f4b90e58ece9f8988d8ba8b12f5b074 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | 7d870df8646f573568965bf8bab5dbde5aca16d9 (diff) | |
download | llvm-443018e55eb6c6cd4b1f0216279e4a54c1c26eae.zip llvm-443018e55eb6c6cd4b1f0216279e4a54c1c26eae.tar.gz llvm-443018e55eb6c6cd4b1f0216279e4a54c1c26eae.tar.bz2 |
Remove debugging help.
llvm-svn: 47585
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
-rw-r--r-- | llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp b/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp index 6a54514..5de38b8 100644 --- a/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp +++ b/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp @@ -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) { |