Skip to content

Commit 34a5cbf

Browse files
diggerlinamy-kwan
andauthored
Update llvm/lib/Target/PowerPC/PPC.td
Co-authored-by: Amy Kwan <[email protected]>
1 parent 5ee3ae4 commit 34a5cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/PowerPC/PPC.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ def ProcessorFeatures {
444444
// dispatch for vector operations than scalar ones. For the time being,
445445
// this list also includes scheduling-related features since we do not have
446446
// enough info to create custom scheduling strategies for future CPUs.
447-
list<SubtargetFeature> P9SpecificFeatures = [FeatureVectorsUseTwoUnits,FeatureHTM];
447+
list<SubtargetFeature> P9SpecificFeatures = [FeatureVectorsUseTwoUnits, FeatureHTM];
448448
list<SubtargetFeature> P9InheritableFeatures =
449449
!listconcat(P8InheritableFeatures, P9AdditionalFeatures);
450450
list<SubtargetFeature> P9Features =

0 commit comments

Comments
 (0)