diff options
author | Jim Grosbach <grosbach@apple.com> | 2014-04-03 23:43:12 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2014-04-03 23:43:12 +0000 |
commit | e04eb1dc125011a477eec72b0a9ed210b8e36179 (patch) | |
tree | dcd0f7a7f1e4984c5496722603520ef985e77e45 /llvm/lib | |
parent | 0cc9ba116f5c2a6c37484ab4d13cca291aee6f9e (diff) | |
download | bcm5719-llvm-e04eb1dc125011a477eec72b0a9ed210b8e36179.tar.gz bcm5719-llvm-e04eb1dc125011a477eec72b0a9ed210b8e36179.zip |
Fix typo.
llvm-svn: 205582
Diffstat (limited to 'llvm/lib')
-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); |