Skip to content

Commit 99c23ca

Browse files
committed
Remove unused table entry.
1 parent 16ee762 commit 99c23ca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Target/SPIRV/SPIRVEmitIntrinsics.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -742,8 +742,7 @@ Type *SPIRVEmitIntrinsics::deduceElementTypeHelper(
742742
{"__spirv_GenericCastToPtr_ToPrivate", 0},
743743
{"__spirv_GenericCastToPtrExplicit_ToGlobal", 0},
744744
{"__spirv_GenericCastToPtrExplicit_ToLocal", 0},
745-
{"__spirv_GenericCastToPtrExplicit_ToPrivate", 0},
746-
{"llvm.spv.resource.getpointer", 0}};
745+
{"__spirv_GenericCastToPtrExplicit_ToPrivate", 0}};
747746
// TODO: maybe improve performance by caching demangled names
748747

749748
auto *II = dyn_cast<IntrinsicInst>(I);

0 commit comments

Comments
 (0)