Skip to content

Commit fb0454a

Browse files
author
Thorsten Schütt
committed
fix typo
1 parent 9f929ff commit fb0454a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1783,7 +1783,7 @@ class MachineIRBuilder {
17831783

17841784
/// Build and insert \p Res = G_ABDU \p Op0, \p Op1
17851785
///
1786-
/// G_ABDS return the unsigned absolute difference of \p Op0 and \p Op1.
1786+
/// G_ABDU return the unsigned absolute difference of \p Op0 and \p Op1.
17871787
///
17881788
/// \pre setBasicBlock or setMI must have been called.
17891789
/// \pre \p Res, \p Op0 and \p Op1 must be generic virtual registers

0 commit comments

Comments
 (0)