File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -535,9 +535,6 @@ StructType *DXILOpBuilder::getResRetType(Type *ElementTy) {
535535 return ::getResRetType (ElementTy);
536536}
537537
538- StructType *DXILOpBuilder::getSplitDoubleType (LLVMContext &Context) {
539- return ::getSplitDoubleType (Context);
540- }
541538
542539StructType *DXILOpBuilder::getHandleType () {
543540 return ::getHandleType (IRB.getContext ());
Original file line number Diff line number Diff line change @@ -50,9 +50,6 @@ class DXILOpBuilder {
5050 // / Get a `%dx.types.ResRet` type with the given element type.
5151 StructType *getResRetType (Type *ElementTy);
5252
53- // / Get the `%dx.types.splitdouble` type.
54- StructType *getSplitDoubleType (LLVMContext &Context);
55-
5653 // / Get the `%dx.types.Handle` type.
5754 StructType *getHandleType ();
5855
You can’t perform that action at this time.
0 commit comments