Skip to content

Commit 989550e

Browse files
jmorseOCHyams
andauthored
Update llvm/include/llvm/IR/BasicBlock.h
Co-authored-by: Orlando Cazalet-Hyams <[email protected]>
1 parent cbfc105 commit 989550e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/IR/BasicBlock.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ class BasicBlock final : public Value, // Basic blocks are data objects also
299299
/// which might be PHI. Returns end() if there's no non-PHI instruction.
300300
///
301301
/// Avoid unwrapping the iterator to an Instruction* before inserting here,
302-
/// as debug-info relevant information is preserved in the iterator.
302+
/// as important debug-info is preserved in the iterator.
303303
InstListType::const_iterator getFirstNonPHIIt() const;
304304
InstListType::iterator getFirstNonPHIIt() {
305305
BasicBlock::iterator It =

0 commit comments

Comments
 (0)