diff --git a/include/llvm/ADT/SmallPtrSet.h b/include/llvm/ADT/SmallPtrSet.h index 438f10b11a2..518ed5cd067 100644 --- a/include/llvm/ADT/SmallPtrSet.h +++ b/include/llvm/ADT/SmallPtrSet.h @@ -29,7 +29,7 @@ #if LLVM_ENABLE_ABI_BREAKING_CHECKS namespace llvm { template struct ReverseIterate { static bool value; }; -template bool ReverseIterate::value = true; +template bool ReverseIterate::value = false; } #endif