mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-12 13:38:21 +00:00
Fix spelling intruction -> instruction.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191610 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -170,7 +170,7 @@ private:
|
||||
/// slots to use the joint slots.
|
||||
void remapInstructions(DenseMap<int, int> &SlotRemap);
|
||||
|
||||
/// The input program may contain intructions which are not inside lifetime
|
||||
/// The input program may contain instructions which are not inside lifetime
|
||||
/// markers. This can happen due to a bug in the compiler or due to a bug in
|
||||
/// user code (for example, returning a reference to a local variable).
|
||||
/// This procedure checks all of the instructions in the function and
|
||||
|
Reference in New Issue
Block a user