mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-23 17:28:54 +00:00
Fix spelling
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188506 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -75,8 +75,8 @@ private:
|
||||
DebugLoc DbgLoc;
|
||||
};
|
||||
|
||||
/// A helper class for numbering instructions in multible blocks.
|
||||
/// Numbers starts at zero for each basic block.
|
||||
/// A helper class for numbering instructions in multiple blocks.
|
||||
/// Numbers start at zero for each basic block.
|
||||
struct BlockNumbering {
|
||||
|
||||
BlockNumbering(BasicBlock *Bb) : BB(Bb), Valid(false) {}
|
||||
|
Reference in New Issue
Block a user