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:44:08 +0000 (01:44 +0000)
committerBill Wendling <isanbard@gmail.com>
Fri, 12 Oct 2012 01:44:08 +0000 (01:44 +0000)
commitaf21d6f23c138e13c18a0f36eb89e678677c911b
tree9f23da550180f844cffd49ea444c1a96c5cb343d
parent97eb05b39b456ab8f830395f027c150303b8f12c
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@165781 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/ExecutionEngine/JIT/JITTest.cpp