OSDN Git Service

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)
committerStephen Hines <srhines@google.com>
Mon, 14 Nov 2011 17:12:00 +0000 (09:12 -0800)
commite4b800b5a2b91b1ba008aba6af93cebea9e18676
treed97e67e41bf192f434bac89df7e9e7e443f27e6d
parent30e9021dd3f741f0568d7b62a231c62ce4d3f5db
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