Fix buildbot failure on darwin from r235284.
authorKarthik Bhat <kv.bhat@samsung.com>
Mon, 20 Apr 2015 07:07:10 +0000 (07:07 +0000)
committerKarthik Bhat <kv.bhat@samsung.com>
Mon, 20 Apr 2015 07:07:10 +0000 (07:07 +0000)
llvm-svn: 235287

llvm/include/llvm/Transforms/Utils/LoopUtils.h

index 70645c1..6ce2aac 100644 (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.