aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMExpandPseudoInsts.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
commit3f4f420ab7acb10221ba971543a7eed5489fb626 (patch)
treed5b748cdf5567c17cb13fc823a5d7bc6ec9814e0 /lib/Target/ARM/ARMExpandPseudoInsts.cpp
parentf80a63fa23862e578de919f4b44d4fcdee68fd0d (diff)
downloadexternal_llvm-3f4f420ab7acb10221ba971543a7eed5489fb626.zip
external_llvm-3f4f420ab7acb10221ba971543a7eed5489fb626.tar.gz
external_llvm-3f4f420ab7acb10221ba971543a7eed5489fb626.tar.bz2
Even more spelling fixes for "instruction".
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191611 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMExpandPseudoInsts.cpp')
-rw-r--r--lib/Target/ARM/ARMExpandPseudoInsts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMExpandPseudoInsts.cpp b/lib/Target/ARM/ARMExpandPseudoInsts.cpp
index cedfc6d..2f7f1bf 100644
--- a/lib/Target/ARM/ARMExpandPseudoInsts.cpp
+++ b/lib/Target/ARM/ARMExpandPseudoInsts.cpp
@@ -847,7 +847,7 @@ bool ARMExpandPseudo::ExpandMI(MachineBasicBlock &MBB,
case ARM::MOVsrl_flag:
case ARM::MOVsra_flag: {
- // These are just fancy MOVs insructions.
+ // These are just fancy MOVs instructions.
AddDefaultPred(BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(ARM::MOVsi),
MI.getOperand(0).getReg())
.addOperand(MI.getOperand(1))