don't use always_inline with gcc 3.4, it has some unimplemented features
authorChris Lattner <sabre@nondot.org>
Wed, 3 Mar 2010 20:47:12 +0000 (20:47 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 3 Mar 2010 20:47:12 +0000 (20:47 +0000)
commit14c85cbf541ec8940127474c20d8f1b5d5706bfe
tree0149a7664fd152d542839231f1679b2963d3069a
parenta84f3d9a978d0cfdf0e4b5fbd1095a965a30110b
don't use always_inline with gcc 3.4, it has some unimplemented features
and is too old to really care about the performance of the generated
compiler.

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