mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-16 14:31:59 +00:00
Fix grammaro, and bad indentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73602 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
71c767b4e3
commit
fc4c255304
@ -720,7 +720,7 @@ TreePatternNode *TreePatternNode::InlinePatternFragments(TreePattern &TP) {
|
||||
}
|
||||
|
||||
/// getImplicitType - Check to see if the specified record has an implicit
|
||||
/// type which should be applied to it. This infer the type of register
|
||||
/// type which should be applied to it. This will infer the type of register
|
||||
/// references from the register file information, for example.
|
||||
///
|
||||
static std::vector<unsigned char> getImplicitType(Record *R, bool NotRegisters,
|
||||
@ -833,8 +833,8 @@ bool TreePatternNode::ApplyTypeConstraints(TreePattern &TP, bool NotRegisters) {
|
||||
getEnumName(getTypeNum(0)) + "'!");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return MadeChange;
|
||||
|
Loading…
x
Reference in New Issue
Block a user