diff options
Diffstat (limited to 'lib/Target/CppBackend/CPPBackend.cpp')
-rw-r--r-- | lib/Target/CppBackend/CPPBackend.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/CppBackend/CPPBackend.cpp b/lib/Target/CppBackend/CPPBackend.cpp index ca9b8e2059..68c29ebf06 100644 --- a/lib/Target/CppBackend/CPPBackend.cpp +++ b/lib/Target/CppBackend/CPPBackend.cpp @@ -2274,6 +2274,7 @@ void CppWriter::printModuleBody() { void CppWriter::parseConstant(std::string name, const Constant* CV, bool calculate) { if (isa<GlobalValue>(CV)) return; + //dumpv("parsing constant %s\n", name.c_str()); // TODO: we repeat some work in both calculate and emit phases here if (const ConstantDataSequential *CDS = dyn_cast<ConstantDataSequential>(CV)) { |