зеркало из https://github.com/github/ruby.git
Revert "RBIMPL_UNREACHABLE_RETURN: evaluate the argument"
This reverts commit c8dc2bf140
.
No longer necessary.
This commit is contained in:
Родитель
94ab244b43
Коммит
1ce9c37257
|
@ -42,7 +42,7 @@
|
|||
|
||||
/** Wraps (or simulates) `__builtin_unreachable`. */
|
||||
#if RBIMPL_HAS_BUILTIN(__builtin_unreachable)
|
||||
# define RBIMPL_UNREACHABLE_RETURN(_) (__builtin_unreachable(), (_))
|
||||
# define RBIMPL_UNREACHABLE_RETURN(_) __builtin_unreachable()
|
||||
|
||||
#elif defined(RBIMPL_HAVE___ASSUME)
|
||||
# define RBIMPL_UNREACHABLE_RETURN(_) return (__assume(0), (_))
|
||||
|
|
Загрузка…
Ссылка в новой задаче