Mark function as 'used' so that LTO doesn't try to get rid of it.
authorBill Wendling <isanbard@gmail.com>
Fri, 12 Oct 2012 01:15:17 +0000 (01:15 +0000)
committerBill Wendling <isanbard@gmail.com>
Fri, 12 Oct 2012 01:15:17 +0000 (01:15 +0000)
commit5665a3dbc909c1450ac17e311977cbaf9025525b
tree94a3881c2792867dfb7741db398ab539c1f16e4f
parent427e63bc4a1839cff28189dc3e192305de31abbe
Mark function as 'used' so that LTO doesn't try to get rid of it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165777 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/ExecutionEngine/JIT/JITTest.cpp