aboutsummaryrefslogtreecommitdiff
path: root/cc.h
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-07-03 00:18:50 -0700
committerMichael Forney <mforney@mforney.org>2019-07-03 02:40:53 -0700
commit3cc28c8428306a66350ef3722d45ed8c49bc6f15 (patch)
tree6817f4ec63bf8ca6bb1d1bdbc8dabb85ec3dcddd /cc.h
parentd875bf74986b87378f80d7be4cd08e8eb8e91c65 (diff)
Implement no-op __builtin_expect
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 0c0d08b..9b0989e 100644
--- a/cc.h
+++ b/cc.h
@@ -236,6 +236,7 @@ enum linkage {
enum builtinkind {
BUILTINALLOCA,
BUILTINCONSTANTP,
+ BUILTINEXPECT,
BUILTININFF,
BUILTINNANF,
BUILTINOFFSETOF,