aboutsummaryrefslogtreecommitdiff
path: root/cc.h
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2021-11-25 09:42:29 -0800
committerMichael Forney <mforney@mforney.org>2021-11-25 09:42:41 -0800
commit06d52f69408299eff611e57b39714b37abbb06a8 (patch)
tree9f4235037f80bfd68c5fb2972653798013113ed1 /cc.h
parente345d6fc4e3223e2d2655114c8829538276a0bb9 (diff)
Add __builtin_unreachable stub
Diffstat (limited to 'cc.h')
-rw-r--r--cc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc.h b/cc.h
index 14b71b0..35a8fb8 100644
--- a/cc.h
+++ b/cc.h
@@ -250,6 +250,7 @@ enum builtinkind {
BUILTINNANF,
BUILTINOFFSETOF,
BUILTINTYPESCOMPATIBLEP,
+ BUILTINUNREACHABLE,
BUILTINVAARG,
BUILTINVACOPY,
BUILTINVAEND,