diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-11-25 18:27:16 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-11-25 18:27:16 -0800 |
commit | 391208c542a4fb68ed1767531d3a290b53bb9721 (patch) | |
tree | 2b410ecc82a308ed9b6ec0238c5a048442d46106 /lib/Target/CppBackend/CPPBackend.cpp | |
parent | 946a173ee6f007ed6c233de9da3cc03a23071306 (diff) |
debug stuff
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)) { |