diff options
Diffstat (limited to 'llvm/lib/Target/ARM64/ARM64LoadStoreOptimizer.cpp')
-rw-r--r-- | llvm/lib/Target/ARM64/ARM64LoadStoreOptimizer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM64/ARM64LoadStoreOptimizer.cpp b/llvm/lib/Target/ARM64/ARM64LoadStoreOptimizer.cpp index c0031a4b290..7233b67f7b5 100644 --- a/llvm/lib/Target/ARM64/ARM64LoadStoreOptimizer.cpp +++ b/llvm/lib/Target/ARM64/ARM64LoadStoreOptimizer.cpp @@ -70,7 +70,7 @@ struct ARM64LoadStoreOpt : public MachineFunctionPass { // Merge the two instructions indicated into a single pair-wise instruction. // If mergeForward is true, erase the first instruction and fold its // operation into the second. If false, the reverse. Return the instruction - // following the first instruction (which may change during proecessing). + // following the first instruction (which may change during processing). MachineBasicBlock::iterator mergePairedInsns(MachineBasicBlock::iterator I, MachineBasicBlock::iterator Paired, bool mergeForward); |