forked from OSchip/llvm-project
Fix buildbot failure on darwin from r235284.
llvm-svn: 235287
This commit is contained in:
parent
b1223b1de5
commit
78df5fc80e
|
@ -66,6 +66,8 @@ public:
|
|||
bool isReduction() { return IsReduction; }
|
||||
|
||||
MinMaxReductionKind getMinMaxKind() { return MinMaxKind; }
|
||||
|
||||
Instruction *getPatternInst() { return PatternLastInst; }
|
||||
|
||||
private:
|
||||
// Is this instruction a reduction candidate.
|
||||
|
|
Loading…
Reference in New Issue