mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-26 23:32:58 +00:00
Tidy up a bit. Trailing whitespace, hard tabs and 80-columns.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122337 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e95cc25a22
commit
fbadcd0826
@ -656,8 +656,8 @@ private:
|
||||
class CheckComplexPatMatcher : public Matcher {
|
||||
const ComplexPattern &Pattern;
|
||||
|
||||
/// MatchNumber - This is the recorded nodes slot that contains the node we want to
|
||||
/// match against.
|
||||
/// MatchNumber - This is the recorded nodes slot that contains the node we
|
||||
/// want to match against.
|
||||
unsigned MatchNumber;
|
||||
|
||||
/// Name - The name of the node we're matching, for comment emission.
|
||||
|
@ -689,7 +689,7 @@ EmitResultInstructionAsOperand(const TreePatternNode *N,
|
||||
// This is a predicate or optional def operand; emit the
|
||||
// 'default ops' operands.
|
||||
const DAGDefaultOperand &DefaultOp
|
||||
= CGP.getDefaultOperand(OperandNode);
|
||||
= CGP.getDefaultOperand(OperandNode);
|
||||
for (unsigned i = 0, e = DefaultOp.DefaultOps.size(); i != e; ++i)
|
||||
EmitResultOperand(DefaultOp.DefaultOps[i], InstOps);
|
||||
continue;
|
||||
|
Loading…
x
Reference in New Issue
Block a user