mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-26 12:20:42 +00:00
continue renaming flag -> glue.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122506 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -107,8 +107,8 @@ void RecordMemRefMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
|
||||
OS.indent(indent) << "RecordMemRef\n";
|
||||
}
|
||||
|
||||
void CaptureFlagInputMatcher::printImpl(raw_ostream &OS, unsigned indent) const{
|
||||
OS.indent(indent) << "CaptureFlagInput\n";
|
||||
void CaptureGlueInputMatcher::printImpl(raw_ostream &OS, unsigned indent) const{
|
||||
OS.indent(indent) << "CaptureGlueInput\n";
|
||||
}
|
||||
|
||||
void MoveChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
|
||||
@@ -246,8 +246,8 @@ void EmitNodeMatcherCommon::printImpl(raw_ostream &OS, unsigned indent) const {
|
||||
OS << ")\n";
|
||||
}
|
||||
|
||||
void MarkFlagResultsMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
|
||||
OS.indent(indent) << "MarkFlagResults <todo: args>\n";
|
||||
void MarkGlueResultsMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
|
||||
OS.indent(indent) << "MarkGlueResults <todo: args>\n";
|
||||
}
|
||||
|
||||
void CompleteMatchMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
|
||||
@@ -316,8 +316,8 @@ unsigned EmitNodeMatcherCommon::getHashImpl() const {
|
||||
}
|
||||
|
||||
|
||||
unsigned MarkFlagResultsMatcher::getHashImpl() const {
|
||||
return HashUnsigneds(FlagResultNodes.begin(), FlagResultNodes.end());
|
||||
unsigned MarkGlueResultsMatcher::getHashImpl() const {
|
||||
return HashUnsigneds(GlueResultNodes.begin(), GlueResultNodes.end());
|
||||
}
|
||||
|
||||
unsigned CompleteMatchMatcher::getHashImpl() const {
|
||||
|
||||
Reference in New Issue
Block a user