aboutsummaryrefslogtreecommitdiff
path: root/tcctok.h
diff options
context:
space:
mode:
authorseyko <seyko2@gmail.com>2016-04-16 12:41:53 +0300
committerseyko <seyko2@gmail.com>2016-04-16 12:41:53 +0300
commite010b1396bebc7e3ccace4247114f92f544082d6 (patch)
tree82cd4f8bc47c2425e78b3de9678a25e25e67171a /tcctok.h
parent5ee097fce9dee7eb4dc782c5d6bce75c01243d63 (diff)
downloadtinycc-e010b1396bebc7e3ccace4247114f92f544082d6.tar.gz
tinycc-e010b1396bebc7e3ccace4247114f92f544082d6.tar.bz2
__builtin_expect no-op
Taken from David Mertens tcc branch on github https://github.com/run4flat/tinycc.git
Diffstat (limited to 'tcctok.h')
-rw-r--r--tcctok.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcctok.h b/tcctok.h
index b2fbebf..2cb310b 100644
--- a/tcctok.h
+++ b/tcctok.h
@@ -131,6 +131,7 @@
DEF(TOK_builtin_constant_p, "__builtin_constant_p")
DEF(TOK_builtin_frame_address, "__builtin_frame_address")
DEF(TOK_builtin_return_address, "__builtin_return_address")
+ DEF(TOK_builtin_expect, "__builtin_expect")
#ifdef TCC_TARGET_X86_64
#ifdef TCC_TARGET_PE
DEF(TOK_builtin_va_start, "__builtin_va_start")