mirror of
https://github.com/dlang/dmd.git
synced 2025-04-25 20:50:41 +03:00
Fix TT
This commit is contained in:
parent
817ecde722
commit
d6149fdf0f
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
Adds `expect`, `[un]likely`, `trap` to `core.builtins`
|
||||
|
||||
Adds the functions `expect` and `likely`/unlikely` for branch and value hints for the LDC/GDC compilers.
|
||||
Adds the functions `expect` and `likely`/`unlikely` for branch and value hints for the LDC/GDC compilers.
|
||||
DMD ignores these hints.
|
||||
|
||||
Adds `trap` to lowered to the target dependent trap instruction.
|
||||
If the target does not have a trap instruction, this intrinsic will be lowered to the call of the abort() function.
|
||||
If the target does not have a trap instruction, this intrinsic will be lowered to the call of the `abort()` function.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue