PathProfiling.c: Get rid of using "inline". We may expect compiler shall optimize...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 8 Nov 2011 12:03:14 +0000 (12:03 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 8 Nov 2011 12:03:14 +0000 (12:03 +0000)
commitd63e7bf5560c4f9d8e6e6044fc01ec7ccfe851a0
tree8d8784b322a459242af8685b8e8cb2edf4bd7c7f
parentbd3c5ecd37e760f0430c9cbd1fda5740eb7c0e27
PathProfiling.c: Get rid of using "inline". We may expect compiler shall optimize out "static" scope w/o "inline".

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