Skip to content

Commit db2d01a

Browse files
committed
!fixup strip unneeded TTI change.
1 parent 50a5b81 commit db2d01a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/include/llvm/Analysis/TargetTransformInfo.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -638,8 +638,6 @@ class TargetTransformInfo {
638638
/// Fall back to the generic logic to determine whether multi-exit unrolling
639639
/// is profitable if set to false.
640640
bool RuntimeUnrollMultiExit;
641-
642-
DenseMap<PHINode *, RecurrenceDescriptor> ParallelizeReductions;
643641
};
644642

645643
/// Get target-customized preferences for the generic loop unrolling

0 commit comments

Comments
 (0)