Fast-ISel: Remove dead code after falling back from selecting call instructions ...
[oota-llvm.git] / lib / Analysis / StratifiedSets.h
index 72f67a5f49bbf1c894d8f2e5a4e9c2908516b742..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 LLVM_CONSTEXPR auto SetSentinel =
-      std::numeric_limits<StratifiedIndex>::max();
+  static const StratifiedIndex SetSentinel;
 
   // \brief The index for the set "above" current
   StratifiedIndex Above;