aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGVtable.cpp
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2010-02-13 00:03:21 +0000
committerEli Friedman <eli.friedman@gmail.com>2010-02-13 00:03:21 +0000
commit4967762125eeb722cd65ba588d6f90b4a175e8c9 (patch)
tree220f79dcd628f1599156a995e7f4d5e1c6b12a31 /lib/CodeGen/CGVtable.cpp
parent824e19ed926d7aa1296a007d0607ac4437e3c4a9 (diff)
if-0 out printf.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96052 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGVtable.cpp')
-rw-r--r--lib/CodeGen/CGVtable.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}
}