Skip to content

Commit

Permalink
Fix buildbot failure on darwin from r235284.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235287 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
kvbhat committed Apr 20, 2015
1 parent 23d47d3 commit 07bfae5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/llvm/Transforms/Utils/LoopUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ class ReductionInstDesc {
bool isReduction() { return IsReduction; }

MinMaxReductionKind getMinMaxKind() { return MinMaxKind; }

Instruction *getPatternInst() { return PatternLastInst; }

private:
// Is this instruction a reduction candidate.
Expand Down

0 comments on commit 07bfae5

Please sign in to comment.