group unsafe math folds together for easier reading
[oota-llvm.git] / lib / Analysis / StratifiedSets.h
index 8a04bb302bff247b77bf54bb9687c3cac100a82e..d557bf7ae48575262b5668aab6ee4803edec2423 100644 (file)
@@ -54,8 +54,7 @@ struct StratifiedLink {
   // Optional<StratifiedIndex> because Optional<StratifiedIndex> would
   // eat up a considerable amount of extra memory, after struct
   // padding/alignment is taken into account.
-  static const auto SetSentinel =
-    std::numeric_limits<StratifiedIndex>::max();
+  static const StratifiedIndex SetSentinel;
 
   // \brief The index for the set "above" current
   StratifiedIndex Above;