]> granicus.if.org Git - clang/commit
Add support for __builtin_expect which is needed for assert,
authorOliver Hunt <oliver@apple.com>
Sun, 2 Dec 2007 01:03:24 +0000 (01:03 +0000)
committerOliver Hunt <oliver@apple.com>
Sun, 2 Dec 2007 01:03:24 +0000 (01:03 +0000)
commit6f0768bc565028d2536fc41ee0d466c13985a921
tree29ec958f59b15292e6d247422c6e301e4ecf4bfc
parent2efcd2f04e6151ff3144e697529cfa483ad4cb65
Add support for __builtin_expect which is needed for assert,
among other things.

Also change a codegen warning to dump to stderr so it doesn't
mess with -emit-llvm output

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44497 91177308-0d34-0410-b5e6-96231b3b80d8
CodeGen/CGBuiltin.cpp
CodeGen/CGStmt.cpp
include/clang/AST/Builtins.def