Commit 924b52f4 authored by Dan Elphick's avatar Dan Elphick Committed by Commit Bot

[builtins] Remove UntypedParameter from TF_BUILTIN

The TF_BUILTIN version of UntypedParameter is not used anywhere. There's
still CodeAssembler::UntypedParameter which is still in use if a untyped
parameter is required.

Change-Id: I3580e73b781d750878d7bb1b38298d5b82d15f4c
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2445876
Commit-Queue: Dan Elphick <delphick@chromium.org>
Commit-Queue: Santiago Aboy Solanes <solanes@chromium.org>
Auto-Submit: Dan Elphick <delphick@chromium.org>
Reviewed-by: 's avatarSantiago Aboy Solanes <solanes@chromium.org>
Cr-Commit-Position: refs/heads/master@{#70289}
parent 3f4e9bbe
......@@ -36,10 +36,6 @@ class CodeAssemblerState;
: AssemblerBase(state) {} \
void Generate##Name##Impl(); \
\
Node* UntypedParameter(Descriptor::ParameterIndices index) { \
return CodeAssembler::UntypedParameter(static_cast<int>(index)); \
} \
\
template <class T> \
TNode<T> Parameter( \
Descriptor::ParameterIndices index, \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment