[llvm] r205582 - Fix typo.
Jim Grosbach
grosbach at apple.com
Thu Apr 3 16:43:13 PDT 2014
Author: grosbach
Date: Thu Apr 3 18:43:12 2014
New Revision: 205582
URL: http://llvm.org/viewvc/llvm-project?rev=205582&view=rev
Log:
Fix typo.
Modified:
llvm/trunk/lib/Target/ARM64/ARM64LoadStoreOptimizer.cpp
Modified: llvm/trunk/lib/Target/ARM64/ARM64LoadStoreOptimizer.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM64/ARM64LoadStoreOptimizer.cpp?rev=205582&r1=205581&r2=205582&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM64/ARM64LoadStoreOptimizer.cpp (original)
+++ llvm/trunk/lib/Target/ARM64/ARM64LoadStoreOptimizer.cpp Thu Apr 3 18:43:12 2014
@@ -70,7 +70,7 @@ struct ARM64LoadStoreOpt : public Machin
// 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);
More information about the llvm-commits
mailing list