Commit 6cb6051
Use __ET_UNLIKELY in assertion macros (#2949)
Summary:
Pull Request resolved: #2949
It is supposed to be unlikely for assert/check conditions to fail; let's tell the compiler about that.
Reviewed By: mergennachin
Differential Revision: D55929730
fbshipit-source-id: 5677c19cd8342cbd77a9c0b973059ed3d5ee800b1 parent b26eee8 commit 6cb6051
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments