Skip to content

Commit bdcbef4

Browse files
committed
formatting
1 parent a351ee4 commit bdcbef4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

llvm/lib/Target/RISCV/RISCVFeatures.td

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1429,9 +1429,10 @@ def FeatureVendorXqccmp
14291429
: RISCVExperimentalExtension<0, 3,
14301430
"Qualcomm 16-bit Push/Pop and Double Moves",
14311431
[FeatureStdExtZca]>;
1432-
def HasVendorXqccmp : Predicate<"Subtarget->hasVendorXqccmp()">,
1433-
AssemblerPredicate<(all_of FeatureVendorXqccmp),
1434-
"'Xqccmp' (Qualcomm 16-bit Push/Pop and Double Moves)">;
1432+
def HasVendorXqccmp
1433+
: Predicate<"Subtarget->hasVendorXqccmp()">,
1434+
AssemblerPredicate<(all_of FeatureVendorXqccmp),
1435+
"'Xqccmp' (Qualcomm 16-bit Push/Pop and Double Moves)">;
14351436

14361437
def FeatureVendorXqcia
14371438
: RISCVExperimentalExtension<0, 7, "Qualcomm uC Arithmetic Extension">;

0 commit comments

Comments
 (0)