mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
We already have this as OperandNode.
llvm-svn: 110748
This commit is contained in:
parent
966ed540a6
commit
57a1489759
@ -689,8 +689,8 @@ EmitResultInstructionAsOperand(const TreePatternNode *N,
|
||||
!CGP.getDefaultOperand(OperandNode).DefaultOps.empty()) {
|
||||
// This is a predicate or optional def operand; emit the
|
||||
// 'default ops' operands.
|
||||
const DAGDefaultOperand &DefaultOp =
|
||||
CGP.getDefaultOperand(II.OperandList[InstOpNo].Rec);
|
||||
const DAGDefaultOperand &DefaultOp
|
||||
= CGP.getDefaultOperand(OperandNode);
|
||||
for (unsigned i = 0, e = DefaultOp.DefaultOps.size(); i != e; ++i)
|
||||
EmitResultOperand(DefaultOp.DefaultOps[i], InstOps);
|
||||
continue;
|
||||
@ -908,6 +908,3 @@ Matcher *llvm::ConvertPatternToMatcher(const PatternToMatch &Pattern,
|
||||
// Unconditional match.
|
||||
return Gen.GetMatcher();
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user