diff options
author | Richard Barton <richard.barton@arm.com> | 2012-07-09 16:14:28 +0000 |
---|---|---|
committer | Richard Barton <richard.barton@arm.com> | 2012-07-09 16:14:28 +0000 |
commit | d56603722e818597bc484b21eafaf61661c5906f (patch) | |
tree | 0c12f48e9e537c06b4b8f6f25141b20091bf701d /llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp | |
parent | a39625ecc6bcae7cbdd41b587e258fcbdc141fb5 (diff) | |
download | bcm5719-llvm-d56603722e818597bc484b21eafaf61661c5906f.tar.gz bcm5719-llvm-d56603722e818597bc484b21eafaf61661c5906f.zip |
Spelling!
llvm-svn: 159936
Diffstat (limited to 'llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp')
-rw-r--r-- | llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp b/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp index 769e3aaed43..b084265e5af 100644 --- a/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp +++ b/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp @@ -7294,7 +7294,7 @@ processInstruction(MCInst &Inst, case ARM::t2RORrr: case ARM::t2BICrr: { - // Assemblers should use the narrow encodings of these instructions when permissable. + // Assemblers should use the narrow encodings of these instructions when permissible. if ((isARMLowRegister(Inst.getOperand(1).getReg()) && isARMLowRegister(Inst.getOperand(2).getReg())) && Inst.getOperand(0).getReg() == Inst.getOperand(1).getReg() && @@ -7330,7 +7330,7 @@ processInstruction(MCInst &Inst, case ARM::t2ADCrr: case ARM::t2ORRrr: { - // Assemblers should use the narrow encodings of these instructions when permissable. + // Assemblers should use the narrow encodings of these instructions when permissible. // These instructions are special in that they are commutable, so shorter encodings // are available more often. if ((isARMLowRegister(Inst.getOperand(1).getReg()) && |