Skip to content

Commit

Permalink
Removes debug message.
Browse files Browse the repository at this point in the history
  • Loading branch information
bkidney committed Mar 1, 2019
1 parent bd88b96 commit eea8d98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/DTraceLogger.cc
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ Value* DTraceLogger::Log(Instruction *I, ArrayRef<Value*> Values,
}

if (Tf.isValid()) {
errs() << "Transforming argument " << Tf.Arg << " with function " << Tf.Fn << "\n";
ptr = ConvertValueToPtr(B, Ctx, Tf.CreateTransform(I, Mod, Values[i]), param_t);
} else {
ptr = ConvertValueToPtr(B, Ctx, Values[i], param_t);
Expand Down

0 comments on commit eea8d98

Please sign in to comment.