Skip to content

Commit

Permalink
Comment-out some of Xuejun's debugging code.
Browse files Browse the repository at this point in the history
  • Loading branch information
eeide committed May 4, 2011
1 parent cc2a081 commit 35ab188
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/FunctionInvocationUser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,10 @@ FunctionInvocationUser::build_invocation(Function *target, CGContext &cg_context
func = target; // XXX: unnecessary; done by constructor
Effect running_eff_context(cg_context.get_effect_context());
FactMgr* fm = get_fact_mgr(&cg_context);
if (func->name == "func_43" && cg_context.get_current_func()->name=="func_1") {
i = 0;
}
// XXX DEBUGGING
// if (func->name == "func_43" && cg_context.get_current_func()->name=="func_1") {
// i = 0; // Set breakpoint here.
// }

for (i = 0; i < func->param.size(); i++) {
Effect param_eff_accum;
Expand Down

0 comments on commit 35ab188

Please sign in to comment.