Skip to content

Commit 5b0ccac

Browse files
committed
Fixed the incorrect arguments list
1 parent 0483bd8 commit 5b0ccac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/DirectX/DXIL.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ def WaveGetLaneIndex : DXILOp<111, waveGetLaneIndex> {
832832

833833
def Barrier : DXILOp<80, barrier> {
834834
let Doc = "inserts a memory barrier in the shader";
835-
let arguments = [Int32Ty];
835+
let arguments = [];
836836
let result = VoidTy;
837837
let stages = [Stages<DXIL1_0, [compute, library]>];
838838
let attributes = [Attributes<DXIL1_0, []>];

0 commit comments

Comments
 (0)