projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1223b1
)
Fix buildbot failure on darwin from r235284.
author
Karthik Bhat
<kv.bhat@samsung.com>
Mon, 20 Apr 2015 07:07:10 +0000
(07:07 +0000)
committer
Karthik 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
patch
|
blob
|
history
diff --git
a/llvm/include/llvm/Transforms/Utils/LoopUtils.h
b/llvm/include/llvm/Transforms/Utils/LoopUtils.h
index
70645c1
..
6ce2aac
100644
(file)
--- a/
llvm/include/llvm/Transforms/Utils/LoopUtils.h
+++ b/
llvm/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.