Skip to content

Commit 9f08a5e

Browse files
committed
Minor change
1 parent 9e8d903 commit 9f08a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AMDGPU/FLATInstructions.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2591,7 +2591,7 @@ class FLAT_Real_gfx9 <bits<7> op, FLAT_Pseudo ps, bit has_sccb = ps.has_sccb> :
25912591
let AssemblerPredicate = isGFX9NotGFX90A;
25922592
let Subtarget = SIEncodingFamily.GFX9;
25932593
let DecoderNamespace = "GFX9";
2594-
let Inst{55} = cpol{5}; // nv - GFX9 (pre-90A) uses bit 55 as the non-volatile bit.
2594+
let Inst{55} = cpol{CPolBit.NV}; // nv - GFX9 (pre-90A) uses bit 55 as the non-volatile bit.
25952595
}
25962596

25972597
multiclass FLAT_Real_mc_vi <bits<7> op, FLAT_Pseudo ps, bit has_sccb = ps.has_sccb> {

0 commit comments

Comments
 (0)