diff options
Diffstat (limited to 'lib/CodeGen/CGVtable.cpp')
-rw-r--r-- | lib/CodeGen/CGVtable.cpp | 2 |
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; } } |