Don't inline get[S|U]LEB128Size() until they are proved to be hot.
authorLogan Chien <tzuhsiang.chien@gmail.com>
Sat, 22 Feb 2014 15:39:39 +0000 (15:39 +0000)
committerLogan Chien <tzuhsiang.chien@gmail.com>
Sat, 22 Feb 2014 15:39:39 +0000 (15:39 +0000)
commit3c288fc8e72b8541a599c8396104988fe907499c
tree1d18d4adda5a437818798fe363600289368c386d
parent80668d18e8064560bb6c227cde4e2a01d32e683e
Don't inline get[S|U]LEB128Size() until they are proved to be hot.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201939 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/LEB128.h
lib/Support/CMakeLists.txt
lib/Support/LEB128.cpp [new file with mode: 0644]