From 6cd0131b34d570c0162388fa59741f544ccaf9e6 Mon Sep 17 00:00:00 2001 From: Jim Grosbach Date: Thu, 3 Apr 2014 23:43:12 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205582 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/ARM64/ARM64LoadStoreOptimizer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/ARM64/ARM64LoadStoreOptimizer.cpp b/lib/Target/ARM64/ARM64LoadStoreOptimizer.cpp index c0031a4b290..7233b67f7b5 100644 --- a/lib/Target/ARM64/ARM64LoadStoreOptimizer.cpp +++ b/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);