diff options
Diffstat (limited to 'src/rt/rust_cc.cpp')
| -rw-r--r-- | src/rt/rust_cc.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/rt/rust_cc.cpp b/src/rt/rust_cc.cpp index 6aba220c0b9..b2960daae25 100644 --- a/src/rt/rust_cc.cpp +++ b/src/rt/rust_cc.cpp @@ -176,6 +176,12 @@ irc::compute_ircs(rust_task *task, irc_map &ircs) { ircs); irc.walk(); +#if 0 + shape::log log(task, true, tydesc->shape, params, tydesc->shape_tables, + p, std::cerr); + log.walk(); +#endif + ++begin; } } |
