Skip to content

Commit 279fe45

Browse files
committed
Fixed the incorrect arguments list
1 parent c7d83cf commit 279fe45

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
@@ -813,7 +813,7 @@ def WaveGetLaneIndex : DXILOp<111, waveGetLaneIndex> {
813813

814814
def Barrier : DXILOp<80, barrier> {
815815
let Doc = "inserts a memory barrier in the shader";
816-
let arguments = [Int32Ty];
816+
let arguments = [];
817817
let result = VoidTy;
818818
let stages = [Stages<DXIL1_0, [compute, library]>];
819819
let attributes = [Attributes<DXIL1_0, []>];

0 commit comments

Comments
 (0)