mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-12 16:25:18 +00:00
Even more spelling fixes for "instruction".
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191611 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -318,7 +318,7 @@ private:
|
||||
/// \returns the pointer to the barrier instruction if we can't sink.
|
||||
Value *getSinkBarrier(Instruction *Src, Instruction *Dst);
|
||||
|
||||
/// \returns the index of the last instrucion in the BB from \p VL.
|
||||
/// \returns the index of the last instruction in the BB from \p VL.
|
||||
int getLastIndex(ArrayRef<Value *> VL);
|
||||
|
||||
/// \returns the Instruction in the bundle \p VL.
|
||||
|
Reference in New Issue
Block a user