We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b222ec1 commit ce73407Copy full SHA for ce73407
llvm/include/llvm/CodeGen/MachineInstr.h
@@ -728,7 +728,7 @@ class MachineInstr
728
return make_range(operands_begin(),
729
operands_begin() + getNumExplicitDefs());
730
}
731
- /// Returns a range that includes all operands that are register uses.
+ /// Returns a range that includes all operands which may be register uses.
732
/// This may include unrelated operands which are not register uses.
733
iterator_range<mop_iterator> uses() {
734
return make_range(operands_begin() + getNumExplicitDefs(), operands_end());
0 commit comments