summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/Thumb1RegisterInfo.cpp
diff options
context:
space:
mode:
authorRobert Wilhelm <robert.wilhelm@gmx.net>2013-09-28 13:42:22 +0000
committerRobert Wilhelm <robert.wilhelm@gmx.net>2013-09-28 13:42:22 +0000
commit2788d3ec9997210073bfc3ccd8d3bfd7891f85f0 (patch)
treedb268865d2afe04bf658ce461f58c5383947866c /llvm/lib/Target/ARM/Thumb1RegisterInfo.cpp
parentf0cfb83bb4249b1bf716fa2445aaefecedf4d7a9 (diff)
downloadbcm5719-llvm-2788d3ec9997210073bfc3ccd8d3bfd7891f85f0.tar.gz
bcm5719-llvm-2788d3ec9997210073bfc3ccd8d3bfd7891f85f0.zip
Even more spelling fixes for "instruction".
llvm-svn: 191611
Diffstat (limited to 'llvm/lib/Target/ARM/Thumb1RegisterInfo.cpp')
-rw-r--r--llvm/lib/Target/ARM/Thumb1RegisterInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/Thumb1RegisterInfo.cpp b/llvm/lib/Target/ARM/Thumb1RegisterInfo.cpp
index 6722614027e..954e3f5306a 100644
--- a/llvm/lib/Target/ARM/Thumb1RegisterInfo.cpp
+++ b/llvm/lib/Target/ARM/Thumb1RegisterInfo.cpp
@@ -426,7 +426,7 @@ rewriteFrameIndex(MachineBasicBlock::iterator II, unsigned FrameRegIdx,
*this);
} else {
// Translate r0 = add sp, -imm to
- // r0 = -imm (this is then translated into a series of instructons)
+ // r0 = -imm (this is then translated into a series of instructions)
// r0 = add r0, sp
emitThumbConstant(MBB, II, DestReg, Offset, TII, *this, dl);
OpenPOWER on IntegriCloud