Skip to content

Commit e5deeeb

Browse files
committed
Minor change
1 parent 966bd1a commit e5deeeb

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
@@ -2703,7 +2703,7 @@ class FLAT_Real_gfx9 <bits<7> op, FLAT_Pseudo ps, bit has_sccb = ps.has_sccb> :
27032703
let AssemblerPredicate = isGFX9NotGFX90A;
27042704
let Subtarget = SIEncodingFamily.GFX9;
27052705
let DecoderNamespace = "GFX9";
2706-
let Inst{55} = cpol{5}; // nv - GFX9 (pre-90A) uses bit 55 as the non-volatile bit.
2706+
let Inst{55} = cpol{CPolBit.NV}; // nv - GFX9 (pre-90A) uses bit 55 as the non-volatile bit.
27072707
}
27082708

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

0 commit comments

Comments
 (0)