File tree 1 file changed +0
-12
lines changed
llvm/include/llvm/Transforms/IPO 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -1541,18 +1541,6 @@ struct Attributor {
1541
1541
/* ForceUpdate */ false );
1542
1542
}
1543
1543
1544
- // / Similar to getAAFor but the return abstract attribute will be updated (via
1545
- // / `AbstractAttribute::update`) even if it is found in the cache. This is
1546
- // / especially useful for AAIsDead as changes in liveness can make updates
1547
- // / possible/useful that were not happening before as the abstract attribute
1548
- // / was assumed dead.
1549
- template <typename AAType>
1550
- const AAType *getAndUpdateAAFor (const AbstractAttribute &QueryingAA,
1551
- const IRPosition &IRP, DepClassTy DepClass) {
1552
- return getOrCreateAAFor<AAType>(IRP, &QueryingAA, DepClass,
1553
- /* ForceUpdate */ true );
1554
- }
1555
-
1556
1544
// / The version of getAAFor that allows to omit a querying abstract
1557
1545
// / attribute. Using this after Attributor started running is restricted to
1558
1546
// / only the Attributor itself. Initial seeding of AAs can be done via this
You can’t perform that action at this time.
0 commit comments