Skip to content

Commit 7ee8d54

Browse files
committed
Got rid of the noduplicate attr
1 parent ea6e1b3 commit 7ee8d54

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Target/DirectX/DXIL.td

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@ def IsFeedback : DXILAttribute;
277277
def IsWave : DXILAttribute;
278278
def NeedsUniformInputs : DXILAttribute;
279279
def IsBarrier : DXILAttribute;
280-
def NoDuplicate : DXILAttribute;
281280

282281
class Overloads<Version ver, list<DXILOpParamType> ols> {
283282
Version dxil_version = ver;
@@ -817,5 +816,5 @@ def Barrier : DXILOp<80, barrier> {
817816
let arguments = [Int32Ty];
818817
let result = VoidTy;
819818
let stages = [Stages<DXIL1_0, [compute, library]>];
820-
let attributes = [Attributes<DXIL1_0, [NoDuplicate]>];
819+
let attributes = [Attributes<DXIL1_0, []>];
821820
}

0 commit comments

Comments
 (0)