mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 20:29:48 +00:00
ARM: fix a few typos in comments
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198171 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cb15d52b10
commit
a4f62f85a2
@ -1639,7 +1639,7 @@ def FCONSTS : VFPAI<(outs SPR:$Sd), (ins vfp_f32imm:$imm),
|
||||
//===----------------------------------------------------------------------===//
|
||||
// Assembler aliases.
|
||||
//
|
||||
// A few mnemnoic aliases for pre-unifixed syntax. We don't guarantee to
|
||||
// A few mnemonic aliases for pre-unifixed syntax. We don't guarantee to
|
||||
// support them all, but supporting at least some of the basics is
|
||||
// good to be friendly.
|
||||
def : VFP2MnemonicAlias<"flds", "vldr">;
|
||||
|
@ -5112,7 +5112,7 @@ bool ARMAsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
|
||||
SMLoc NameLoc,
|
||||
SmallVectorImpl<MCParsedAsmOperand*> &Operands) {
|
||||
// Apply mnemonic aliases before doing anything else, as the destination
|
||||
// mnemnonic may include suffices and we want to handle them normally.
|
||||
// mnemonic may include suffices and we want to handle them normally.
|
||||
// The generic tblgen'erated code does this later, at the start of
|
||||
// MatchInstructionImpl(), but that's too late for aliases that include
|
||||
// any sort of suffix.
|
||||
|
Loading…
Reference in New Issue
Block a user