aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/user_computation.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/compiler/xla/service/user_computation.cc')
-rw-r--r--tensorflow/compiler/xla/service/user_computation.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/tensorflow/compiler/xla/service/user_computation.cc b/tensorflow/compiler/xla/service/user_computation.cc
index fcdb2e01fb..532f7fd5bf 100644
--- a/tensorflow/compiler/xla/service/user_computation.cc
+++ b/tensorflow/compiler/xla/service/user_computation.cc
@@ -3491,7 +3491,6 @@ void ComputationLowerer::Visit(
HloInstruction* operand = lookup_instruction(trace_request.operand());
hlo_instruction = add_instruction(
HloInstruction::CreateTrace(trace_request.tag(), operand));
- operand->set_tracing(hlo_instruction);
break;
}