projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23d47d3
)
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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235287
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Transforms/Utils/LoopUtils.h
patch
|
blob
|
history
diff --git
a/include/llvm/Transforms/Utils/LoopUtils.h
b/include/llvm/Transforms/Utils/LoopUtils.h
index 70645c1e7f7407faada41a32c97194aa2c0af0fb..6ce2aace99a5413a80b8af8725384a1f4cd1c02b 100644
(file)
--- 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.