1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

[VP][NFC] Format comment to 80 columns

This commit is contained in:
Fraser Cormack 2021-06-11 12:38:01 +01:00
parent 26f8809224
commit 13db9330f8

View File

@ -33,8 +33,9 @@
#endif #endif
// Register a new VP SDNode and begin its property scope. // Register a new VP SDNode and begin its property scope.
// When the SDNode scope is nested within a VP intrinsic scope, it is implicitly registered as the canonical SDNode for this VP intrinsic. // When the SDNode scope is nested within a VP intrinsic scope, it is
// There is one VP intrinsic that maps directly to one SDNode that goes by the // implicitly registered as the canonical SDNode for this VP intrinsic. There
// is one VP intrinsic that maps directly to one SDNode that goes by the
// same name. Since the operands are also the same, we open the property // same name. Since the operands are also the same, we open the property
// scopes for both the VPIntrinsic and the SDNode at once. // scopes for both the VPIntrinsic and the SDNode at once.
// \p SDOPC The SelectionDAG Node id (eg VP_ADD). // \p SDOPC The SelectionDAG Node id (eg VP_ADD).