From 07bfae5ff7d7001f17fe3ab669cca78ccdc91b5a Mon Sep 17 00:00:00 2001 From: Karthik Bhat Date: Mon, 20 Apr 2015 07:07:10 +0000 Subject: [PATCH] Fix buildbot failure on darwin from r235284. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235287 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Transforms/Utils/LoopUtils.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/llvm/Transforms/Utils/LoopUtils.h b/include/llvm/Transforms/Utils/LoopUtils.h index 70645c1e7f7..6ce2aace99a 100644 --- a/include/llvm/Transforms/Utils/LoopUtils.h +++ b/include/llvm/Transforms/Utils/LoopUtils.h @@ -66,6 +66,8 @@ public: bool isReduction() { return IsReduction; } MinMaxReductionKind getMinMaxKind() { return MinMaxKind; } + + Instruction *getPatternInst() { return PatternLastInst; } private: // Is this instruction a reduction candidate. -- 2.11.0