Skip to content

Commit adb1306

Browse files
committed
Remove unused table entry.
1 parent 3c4b8af commit adb1306

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
@@ -741,8 +741,7 @@ Type *SPIRVEmitIntrinsics::deduceElementTypeHelper(
741741
{"__spirv_GenericCastToPtr_ToPrivate", 0},
742742
{"__spirv_GenericCastToPtrExplicit_ToGlobal", 0},
743743
{"__spirv_GenericCastToPtrExplicit_ToLocal", 0},
744-
{"__spirv_GenericCastToPtrExplicit_ToPrivate", 0},
745-
{"llvm.spv.resource.getpointer", 0}};
744+
{"__spirv_GenericCastToPtrExplicit_ToPrivate", 0}};
746745
// TODO: maybe improve performance by caching demangled names
747746

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

0 commit comments

Comments
 (0)