mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 17:39:16 +00:00
Fix buildbot failure on darwin from r235284.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235287 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
23d47d346d
commit
07bfae5ff7
@ -66,6 +66,8 @@ public:
|
||||
bool isReduction() { return IsReduction; }
|
||||
|
||||
MinMaxReductionKind getMinMaxKind() { return MinMaxKind; }
|
||||
|
||||
Instruction *getPatternInst() { return PatternLastInst; }
|
||||
|
||||
private:
|
||||
// Is this instruction a reduction candidate.
|
||||
|
Loading…
x
Reference in New Issue
Block a user