|
@@ -752,7 +752,7 @@ class AsmParser {
|
|
|
def DefaultAsmParser : AsmParser;
|
|
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
-// AsmParserVariant - Subtargets can have multiple different assembly parsers
|
|
|
+// AsmParserVariant - Subtargets can have multiple different assembly parsers
|
|
|
// (e.g. AT&T vs Intel syntax on X86 for example). This class can be
|
|
|
// implemented by targets to describe such variants.
|
|
|
//
|
|
@@ -885,7 +885,7 @@ class Target {
|
|
|
// AssemblyParsers - The AsmParser instances available for this target.
|
|
|
list<AsmParser> AssemblyParsers = [DefaultAsmParser];
|
|
|
|
|
|
- /// AssemblyParserVariants - The AsmParserVariant instances available for
|
|
|
+ /// AssemblyParserVariants - The AsmParserVariant instances available for
|
|
|
/// this target.
|
|
|
list<AsmParserVariant> AssemblyParserVariants = [DefaultAsmParserVariant];
|
|
|
|