[llvm] [SandboxIR][NFC] Add some comments (PR #99359)

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 17 10:47:42 PDT 2024


================
@@ -415,6 +423,7 @@ class Constant : public sandboxir::User {
 };
 
 /// The BasicBlock::iterator.
+/// It returns a sandboxir::BasicBlock & when derereferenced.
----------------
aeubanks wrote:

fix wording to be consistent with above wording like `OperandUseIterator`

https://github.com/llvm/llvm-project/pull/99359


More information about the llvm-commits mailing list