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) {
535
535
return ::getResRetType (ElementTy);
536
536
}
537
537
538
- StructType *DXILOpBuilder::getSplitDoubleType (LLVMContext &Context) {
539
- return ::getSplitDoubleType (Context);
540
- }
541
538
542
539
StructType *DXILOpBuilder::getHandleType () {
543
540
return ::getHandleType (IRB.getContext ());
Original file line number Diff line number Diff line change @@ -50,9 +50,6 @@ class DXILOpBuilder {
50
50
// / Get a `%dx.types.ResRet` type with the given element type.
51
51
StructType *getResRetType (Type *ElementTy);
52
52
53
- // / Get the `%dx.types.splitdouble` type.
54
- StructType *getSplitDoubleType (LLVMContext &Context);
55
-
56
53
// / Get the `%dx.types.Handle` type.
57
54
StructType *getHandleType ();
58
55
You can’t perform that action at this time.
0 commit comments