diff options
author | Jay Foad <jay.foad@gmail.com> | 2011-11-15 07:50:05 +0000 |
---|---|---|
committer | Jay Foad <jay.foad@gmail.com> | 2011-11-15 07:50:05 +0000 |
commit | bf8356b37c2138376b7d42bf0c2b0189ae5032a0 (patch) | |
tree | 313fba9a4cc29fd276c311986853faa3e45e13be | |
parent | 978e0dfe46e481bfb1281e683aa308329e879e95 (diff) | |
download | external_llvm-bf8356b37c2138376b7d42bf0c2b0189ae5032a0.tar.gz external_llvm-bf8356b37c2138376b7d42bf0c2b0189ae5032a0.tar.bz2 external_llvm-bf8356b37c2138376b7d42bf0c2b0189ae5032a0.zip |
Fix typo in comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144633 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/ARM/ARMInstrInfo.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMInstrInfo.td b/lib/Target/ARM/ARMInstrInfo.td index 770703c45b..db764120af 100644 --- a/lib/Target/ARM/ARMInstrInfo.td +++ b/lib/Target/ARM/ARMInstrInfo.td @@ -1555,7 +1555,7 @@ PseudoInst<(outs), (ins i32imm:$amt, pred:$p), NoItinerary, } // Atomic pseudo-insts which will be lowered to ldrexd/strexd loops. -// (These psuedos use a hand-written selection code). +// (These pseudos use a hand-written selection code). let usesCustomInserter = 1, Defs = [CPSR], mayLoad = 1, mayStore = 1 in { def ATOMOR6432 : PseudoInst<(outs GPR:$dst1, GPR:$dst2), (ins GPR:$addr, GPR:$src1, GPR:$src2), |