OSDN Git Service

Replace the BUILTIN_EXPECT macro with a less horrible LLVM_LIKELY/LLVM_UNLIKELY inter...
authorBenjamin Kramer <benny.kra@googlemail.com>
Wed, 29 Aug 2012 22:57:00 +0000 (22:57 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Wed, 29 Aug 2012 22:57:00 +0000 (22:57 +0000)
commit55907d1274ce715b92d584e305e0708e333a33c0
treecef39c9e649d5a68d13ff4c240a25695f46d01c8
parent15b7a98ece81ec275a560c77b814e0479a669bc6
Replace the BUILTIN_EXPECT macro with a less horrible LLVM_LIKELY/LLVM_UNLIKELY interface.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162873 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Compiler.h
lib/Support/raw_ostream.cpp