From: Eli Friedman Date: Sat, 13 Feb 2010 00:03:21 +0000 (+0000) Subject: if-0 out printf. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4967762125eeb722cd65ba588d6f90b4a175e8c9;p=clang if-0 out printf. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96052 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGVtable.cpp b/lib/CodeGen/CGVtable.cpp index 16c38002bc..a5ba11f8ba 100644 --- a/lib/CodeGen/CGVtable.cpp +++ b/lib/CodeGen/CGVtable.cpp @@ -1129,7 +1129,7 @@ private: A_t::iterator J = I; while (++J != E && DclCmp(*I, *J) == 0) if (DclIsSame(*I, *J)) { - printf("connecting %s\n", (*I)->getNameAsCString()); + if (0) printf("connecting %s\n", (*I)->getNameAsCString()); ForwardUnique[*J] = *I; } }