Skip to content

Commit 6bc9746

Browse files
committed
Got rid of the noduplicate attr
1 parent 127ac31 commit 6bc9746

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
@@ -278,7 +278,6 @@ def IsFeedback : DXILAttribute;
278278
def IsWave : DXILAttribute;
279279
def NeedsUniformInputs : DXILAttribute;
280280
def IsBarrier : DXILAttribute;
281-
def NoDuplicate : DXILAttribute;
282281

283282
class Overloads<Version ver, list<DXILOpParamType> ols> {
284283
Version dxil_version = ver;
@@ -836,5 +835,5 @@ def Barrier : DXILOp<80, barrier> {
836835
let arguments = [Int32Ty];
837836
let result = VoidTy;
838837
let stages = [Stages<DXIL1_0, [compute, library]>];
839-
let attributes = [Attributes<DXIL1_0, [NoDuplicate]>];
838+
let attributes = [Attributes<DXIL1_0, []>];
840839
}

0 commit comments

Comments
 (0)