Fix buildbot failure on darwin from r235284.

llvm-svn: 235287
This commit is contained in:
Karthik Bhat 2015-04-20 07:07:10 +00:00
parent b1223b1de5
commit 78df5fc80e
1 changed files with 2 additions and 0 deletions

View File

@ -66,6 +66,8 @@ public:
bool isReduction() { return IsReduction; }
MinMaxReductionKind getMinMaxKind() { return MinMaxKind; }
Instruction *getPatternInst() { return PatternLastInst; }
private:
// Is this instruction a reduction candidate.