Skip to content

Commit 259dedd

Browse files
committed
Got rid of the noduplicate attr
1 parent 7782046 commit 259dedd

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;
@@ -827,5 +826,5 @@ def Barrier : DXILOp<80, barrier> {
827826
let arguments = [Int32Ty];
828827
let result = VoidTy;
829828
let stages = [Stages<DXIL1_0, [compute, library]>];
830-
let attributes = [Attributes<DXIL1_0, [NoDuplicate]>];
829+
let attributes = [Attributes<DXIL1_0, []>];
831830
}

0 commit comments

Comments
 (0)