Use static inline to do the right thing when built in C99 mode. Of course,
authorNick Lewycky <nicholas@mxc.ca>
Wed, 27 Apr 2011 03:22:17 +0000 (03:22 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Wed, 27 Apr 2011 03:22:17 +0000 (03:22 +0000)
commit3f5c8329098abbd885f69ff8a11af62561d9d41b
treee570d4ac5ccd9f87940efb2387d0bc11e9138f8a
parentd5089a9794b46918128c2fec1b5ec1d20f7572fa
Use static inline to do the right thing when built in C99 mode. Of course,
C89 doesn't have an inline keyword.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130279 91177308-0d34-0410-b5e6-96231b3b80d8
runtime/libprofile/PathProfiling.c