aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bitcode
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2008-02-26 01:42:38 +0000
committerDevang Patel <dpatel@apple.com>2008-02-26 01:42:38 +0000
commit7b900ed961fd2685fca819cac71e31a72be3fc9a (patch)
treec0a533c2902323c31410b867e00b22c58421a295 /lib/Bitcode
parentae5d3f7f34cd2843141b38572b5ffcbce9755320 (diff)
downloadexternal_llvm-7b900ed961fd2685fca819cac71e31a72be3fc9a.zip
external_llvm-7b900ed961fd2685fca819cac71e31a72be3fc9a.tar.gz
external_llvm-7b900ed961fd2685fca819cac71e31a72be3fc9a.tar.bz2
Remove debugging help.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47585 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bitcode')
-rw-r--r--lib/Bitcode/Writer/BitcodeWriter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Bitcode/Writer/BitcodeWriter.cpp b/lib/Bitcode/Writer/BitcodeWriter.cpp
index 6a54514..5de38b8 100644
--- a/lib/Bitcode/Writer/BitcodeWriter.cpp
+++ b/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) {