Don't use a void return type with a function that returns a value.
authorDan Gohman <gohman@apple.com>
Sat, 11 Jul 2009 13:56:14 +0000 (13:56 +0000)
committerDan Gohman <gohman@apple.com>
Sat, 11 Jul 2009 13:56:14 +0000 (13:56 +0000)
commitc6f40b6ffb6ba9cd2a911d44f5f1d9417d80fe11
tree556419a074361331dc02f75898e8e3b5b8e7cb25
parent7d696d80409aad20bb5da0fc4eccab941dd371d4
Don't use a void return type with a function that returns a value.

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