Skip to content

Commit 59a262d

Browse files
committed
incorrect comment changes
1 parent 81db890 commit 59a262d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ class LLVM_ABI MachineIRBuilder {
763763

764764
/// Build and insert \p Res = G_SEXT \p Op, \p Res = G_TRUNC \p Op, or
765765
/// \p Res = COPY \p Op depending on the differing sizes of \p Res and \p Op.
766-
/// ///
766+
///
767767
/// \pre setBasicBlock or setMI must have been called.
768768
/// \pre \p Res must be a generic virtual register with scalar or vector type.
769769
/// \pre \p Op must be a generic virtual register with scalar or vector type.
@@ -773,7 +773,7 @@ class LLVM_ABI MachineIRBuilder {
773773

774774
/// Build and insert \p Res = G_ZEXT \p Op, \p Res = G_TRUNC \p Op, or
775775
/// \p Res = COPY \p Op depending on the differing sizes of \p Res and \p Op.
776-
/// ///
776+
///
777777
/// \pre setBasicBlock or setMI must have been called.
778778
/// \pre \p Res must be a generic virtual register with scalar or vector type.
779779
/// \pre \p Op must be a generic virtual register with scalar or vector type.
@@ -783,7 +783,7 @@ class LLVM_ABI MachineIRBuilder {
783783

784784
// Build and insert \p Res = G_ANYEXT \p Op, \p Res = G_TRUNC \p Op, or
785785
/// \p Res = COPY \p Op depending on the differing sizes of \p Res and \p Op.
786-
/// ///
786+
///
787787
/// \pre setBasicBlock or setMI must have been called.
788788
/// \pre \p Res must be a generic virtual register with scalar or vector type.
789789
/// \pre \p Op must be a generic virtual register with scalar or vector type.
@@ -794,7 +794,7 @@ class LLVM_ABI MachineIRBuilder {
794794
/// Build and insert \p Res = \p ExtOpc, \p Res = G_TRUNC \p
795795
/// Op, or \p Res = COPY \p Op depending on the differing sizes of \p Res and
796796
/// \p Op.
797-
/// ///
797+
///
798798
/// \pre setBasicBlock or setMI must have been called.
799799
/// \pre \p Res must be a generic virtual register with scalar or vector type.
800800
/// \pre \p Op must be a generic virtual register with scalar or vector type.
@@ -813,7 +813,7 @@ class LLVM_ABI MachineIRBuilder {
813813
///
814814
/// G_TRUNC_SSAT_S truncates the saturated signed input, \p Op, to a signed
815815
/// result.
816-
/// ///
816+
///
817817
/// \pre setBasicBlock or setMI must have been called.
818818
/// \pre \p Res must be a generic virtual register with scalar or vector type.
819819
/// \pre \p Op must be a generic virtual register with scalar or vector type.
@@ -827,7 +827,7 @@ class LLVM_ABI MachineIRBuilder {
827827
///
828828
/// G_TRUNC_SSAT_U truncates the saturated signed input, \p Op, to a unsigned
829829
/// result.
830-
/// ///
830+
///
831831
/// \pre setBasicBlock or setMI must have been called.
832832
/// \pre \p Res must be a generic virtual register with scalar or vector type.
833833
/// \pre \p Op must be a generic virtual register with scalar or vector type.
@@ -839,9 +839,9 @@ class LLVM_ABI MachineIRBuilder {
839839

840840
/// Build and insert \p Res = \p G_TRUNC_USAT_U \p Op
841841
///
842-
/// G_TRUNC_SSAT_S truncates the saturated unsigned input, \p Op, to a
842+
/// G_TRUNC_USAT_U truncates the saturated unsigned input, \p Op, to a
843843
/// unsigned result.
844-
/// ///
844+
///
845845
/// \pre setBasicBlock or setMI must have been called.
846846
/// \pre \p Res must be a generic virtual register with scalar or vector type.
847847
/// \pre \p Op must be a generic virtual register with scalar or vector type.

0 commit comments

Comments
 (0)