Skip to content

Commit 9aafe48

Browse files
committed
Fixed the incorrect arguments list
1 parent 6b4c6f1 commit 9aafe48

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

824824
def Barrier : DXILOp<80, barrier> {
825825
let Doc = "inserts a memory barrier in the shader";
826-
let arguments = [Int32Ty];
826+
let arguments = [];
827827
let result = VoidTy;
828828
let stages = [Stages<DXIL1_0, [compute, library]>];
829829
let attributes = [Attributes<DXIL1_0, []>];

0 commit comments

Comments
 (0)